diff --git a/static/js/web-install.js b/static/js/web-install.js index f4ee0c8d..aa80d2b1 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -87,7 +87,9 @@ function addButtonHook(id, callback) { // zip.js is loaded separately. // eslint-disable-next-line no-undef zip.configure({ - workerScriptsPath: "/js/fastboot/libs/", + workerScripts: { + inflate: ["/js/fastboot/libs/z-worker-pako.js", "pako_inflate.min.js"], + }, }); if ("usb" in navigator) { diff --git a/static/web-install.html b/static/web-install.html index 9ac73ddc..6e9481ac 100644 --- a/static/web-install.html +++ b/static/web-install.html @@ -26,12 +26,12 @@ - - - - - - + + + + + +