Update blockage.html

master
zmv7 2021-12-25 21:36:15 +05:00 committed by GitHub
parent bcf3cec6e4
commit c7203de54e
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 @@
autolock: true,
}).ready(function (fs, main) {
fs.extract("/zips/blockage.zip").then(function () {
main(["-c", "boot paint.img"]).then(function (ci) {
main(["-c", "blockage"]).then(function (ci) {
window.ci = ci;
});
});