Update dosdef.html

master
zmv7 2021-01-22 11:25:36 +05:00 committed by GitHub
parent 525f77c77d
commit 6581189bc7
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", cycles: "max",
autolock: true, autolock: true,
}).ready(function (fs, main) { }).ready(function (fs, main) {
fs.extract("https://dl.dropbox.com/s/2v0dwvtny2pvbu8/DOSDEF.COM").then(function () { fs.extract("https://dl.dropbox.com/s/unitcwcckxwijy9/DOSDEF.zip").then(function () {
main(["-c", "dosdef"]).then(function (ci) { main(["-c", "dosdef"]).then(function (ci) {
window.ci = ci; window.ci = ci;
}); });