Update dzze.html

master
zmv7 2021-12-28 23:26:34 +05:00 committed by GitHub
parent e4a85c4673
commit 8c4b8e648d
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/dzze.zip").then(function () {
fs.extract("/zips/DZZE.zip").then(function () {
main(["-c", "dzzesftw"]).then(function (ci) {
window.ci = ci;
});