Update win101.html

master
zmv7 2021-02-11 19:51:42 +05:00 committed by GitHub
parent 39c5e2e4e7
commit e7a9cf0a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
cycles: "auto",
autolock: true,
}).ready(function (fs, main) {
fs.extract("https://dl.dropbox.com/s/ssh2mjky5c7j48y/win1.zip").then(function () {
fs.extract("https://dl.dropbox.com/s/vggos5jq22xla0s/w101.zip").then(function () {
main(["-c", "boot w1.img"]).then(function (ci) {
window.ci = ci;
});