update fastboot.js
This commit is contained in:
parent
c8acb854cc
commit
de470b1c8f
@ -29,7 +29,7 @@
|
|||||||
<link rel="license" href="/LICENSE.txt"/>
|
<link rel="license" href="/LICENSE.txt"/>
|
||||||
<link rel="me" href="https://grapheneos.social/@GrapheneOS"/>
|
<link rel="me" href="https://grapheneos.social/@GrapheneOS"/>
|
||||||
[[js|/js/redirect.js]]
|
[[js|/js/redirect.js]]
|
||||||
<script type="module" src="/js/fastboot/f7069c80/fastboot.min.mjs" integrity="sha256-i3COFW8qHJ42MN1KH/y7xeDX8cALkl3ekknrbJeyw7M="></script>
|
<script type="module" src="/js/fastboot/ffe7e270/fastboot.min.mjs" integrity="sha256-/TM74wkIOUV1rXRSGlzJPb4ZjBA52fzUW3aSypxxtwc="></script>
|
||||||
[[js|/js/web-install.js]]
|
[[js|/js/web-install.js]]
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT
|
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT
|
||||||
|
|
||||||
import * as fastboot from "./fastboot/f7069c80/fastboot.min.mjs";
|
import * as fastboot from "./fastboot/ffe7e270/fastboot.min.mjs";
|
||||||
|
|
||||||
const RELEASES_URL = "https://releases.grapheneos.org";
|
const RELEASES_URL = "https://releases.grapheneos.org";
|
||||||
|
|
||||||
@ -416,7 +416,7 @@ fastboot.setDebugLevel(2);
|
|||||||
|
|
||||||
fastboot.configureZip({
|
fastboot.configureZip({
|
||||||
workerScripts: {
|
workerScripts: {
|
||||||
inflate: ["/js/fastboot/f7069c80/vendor/z-worker-pako.js", "pako_inflate.min.js"],
|
inflate: ["/js/fastboot/ffe7e270/vendor/z-worker-pako.js", "pako_inflate.min.js"],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user