update fastboot.js

This commit is contained in:
Daniel Micay
2024-07-29 12:45:54 -04:00
parent a200c2b2c7
commit 3b129fdbed
8 changed files with 6 additions and 6 deletions

View File

@@ -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"],
},
});