update fastboot.js

This commit is contained in:
Daniel Micay
2023-04-22 11:58:13 -04:00
parent 9815c2457b
commit e4c7e5589b
10 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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/e7a94037/fastboot.min.mjs" integrity="sha256-l5KQ3c0JRVLsZM4FSGAhBFohiUXvo6ZWgUDdtORhXrY="></script> <script type="module" src="/js/fastboot/066d736d/fastboot.min.mjs" integrity="sha256-mH1JDLfpm9jffXPX8pRlbJtTYkMcXN7LSLXNhCM9P4E="></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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -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/e7a94037/fastboot.min.mjs"; import * as fastboot from "./fastboot/066d736d/fastboot.min.mjs";
const RELEASES_URL = "https://releases.grapheneos.org"; const RELEASES_URL = "https://releases.grapheneos.org";
@@ -339,7 +339,7 @@ fastboot.setDebugLevel(2);
fastboot.configureZip({ fastboot.configureZip({
workerScripts: { workerScripts: {
inflate: ["/js/fastboot/e7a94037/vendor/z-worker-pako.js", "pako_inflate.min.js"], inflate: ["/js/fastboot/066d736d/vendor/z-worker-pako.js", "pako_inflate.min.js"],
}, },
}); });