Update win95.html

master
zmv7 2020-12-10 16:08:35 +05:00 committed by GitHub
parent bca48b12c6
commit eacc6ba251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
autolock: true,
}).ready(function (fs, main) {
fs.extract("https://dl.dropbox.com/s/pm8fe815z4rlr7s/95.zip").then(function () {
main(["-c", "95"]).then(function (ci) {
main(["-c", "cls", "-c", "95"]).then(function (ci) {
window.ci = ci;
});
});