Fix link mistake 0_0

master
zmv7 2021-12-25 21:43:43 +05:00 committed by GitHub
parent 8933ebea60
commit 55665aaf47
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: "max",
autolock: true,
}).ready(function (fs, main) {
fs.extract("/zips/ww3dos.html.zip").then(function () {
fs.extract("/zips/ww3dos.zip").then(function () {
main(["-c", "ww3dos"]).then(function (ci) {
window.ci = ci;
});