update fastboot.js revision

This commit is contained in:
Daniel Micay 2022-11-01 18:55:40 -04:00
parent d656b32161
commit e3f0af6f3f
6 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="license" href="/LICENSE.txt"/>
{{js|/js/redirect.js}}
<script type="module" src="/js/fastboot/6dde62d4/fastboot.min.mjs" integrity="sha256-UOCvLjsBT6inovDMIH3bJIZ3mXvPZBKT7hh/XfB+HCQ="></script>
<script type="module" src="/js/fastboot/f270be49/fastboot.min.mjs" integrity="sha256-UOCvLjsBT6inovDMIH3bJIZ3mXvPZBKT7hh/XfB+HCQ="></script>
{{js|/js/web-install.js}}
</head>
<body>

View File

@ -1,6 +1,6 @@
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT
import * as fastboot from "./fastboot/6dde62d4/fastboot.min.mjs";
import * as fastboot from "./fastboot/f270be49/fastboot.min.mjs";
const RELEASES_URL = "https://releases.grapheneos.org";
@ -328,7 +328,7 @@ fastboot.setDebugLevel(2);
fastboot.configureZip({
workerScripts: {
inflate: ["/js/fastboot/6dde62d4/vendor/z-worker-pako.js", "pako_inflate.min.js"],
inflate: ["/js/fastboot/f270be49/vendor/z-worker-pako.js", "pako_inflate.min.js"],
},
});