Update scorch.html

master
zmv7 2020-12-06 01:21:15 +05:00 committed by GitHub
parent 1e96461c90
commit 45459e252c
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("https://dl.dropbox.com/s/59r0q4j32aiimpc/ScorchedEarth.zip").then(function () {
fs.extract("https://dl.dropbox.com/s/qmm7tj7z39v1v3z/SCORCH.zip").then(function () {
main(["-c", "scorch"]).then(function (ci) {
window.ci = ci;
});