Skip to content

Commit

Permalink
update fastboot.js for Pixel 7 / Pixel 7 Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Oct 18, 2022
1 parent e411cb3 commit db964d7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion static/install/web.html
Original file line number Diff line number Diff line change
Expand Up @@ -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/ce2370da/fastboot.min.mjs" integrity="sha256-MAc6IU1v+gw1GYegH3OBFJspLgZfmVTcYtsdz1yqZpA="></script>
<script type="module" src="/js/fastboot/6dde62d4/fastboot.min.mjs" integrity="sha256-UOCvLjsBT6inovDMIH3bJIZ3mXvPZBKT7hh/XfB+HCQ="></script>
{{js|/js/web-install.js}}
</head>
<body>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/web-install.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT

import * as fastboot from "./fastboot/ce2370da/fastboot.min.mjs";
import * as fastboot from "./fastboot/6dde62d4/fastboot.min.mjs";

const RELEASES_URL = "https://releases.grapheneos.org";

Expand Down Expand Up @@ -328,7 +328,7 @@ fastboot.setDebugLevel(2);

fastboot.configureZip({
workerScripts: {
inflate: ["/js/fastboot/ce2370da/vendor/z-worker-pako.js", "pako_inflate.min.js"],
inflate: ["/js/fastboot/6dde62d4/vendor/z-worker-pako.js", "pako_inflate.min.js"],
},
});

Expand Down

0 comments on commit db964d7

Please sign in to comment.