diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-29 12:45:54 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-29 23:43:29 -0400 |
| commit | 3b129fdbed9b768e9ee8fcc583819f35beb82216 (patch) | |
| tree | 152933d8f74ce89b54a27d2ed429ad3de3a442e0 /static/js/web-install.js | |
| parent | a200c2b2c7de3620fee9d381d63de4b471c4e754 (diff) | |
update fastboot.js
Diffstat (limited to 'static/js/web-install.js')
| -rw-r--r-- | static/js/web-install.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js index 46c0e4a0..736128ff 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -1,6 +1,6 @@ // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT -import * as fastboot from "./fastboot/066d736d/fastboot.min.mjs"; +import * as fastboot from "./fastboot/f7069c80/fastboot.min.mjs"; const RELEASES_URL = "https://releases.grapheneos.org"; @@ -425,7 +425,7 @@ fastboot.setDebugLevel(2); fastboot.configureZip({ workerScripts: { - inflate: ["/js/fastboot/066d736d/vendor/z-worker-pako.js", "pako_inflate.min.js"], + inflate: ["/js/fastboot/f7069c80/vendor/z-worker-pako.js", "pako_inflate.min.js"], }, }); |
