Update win2.html

master
zmv7 2021-01-18 13:18:03 +05:00 committed by GitHub
parent 475fcb6d23
commit a37536b2ef
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 @@
cycles: "max",
autolock: true,
}).ready(function (fs, main) {
fs.extract("https://dl.dropbox.com/s/7n1ki66ykk0ez6b/WIN2.zip").then(function () {
fs.extract("https://dl.dropbox.com/s/sob8xfpa8i8ztk9/WIN286.zip").then(function () {
main(["-c", "w2"]).then(function (ci) {
window.ci = ci;
});