Skip to content

Commit de0367d

Browse files
committed
update fastboot.js for Pixel 7 / Pixel 7 Pro
1 parent e411cb3 commit de0367d

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

static/install/web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<link rel="manifest" href="/manifest.webmanifest"/>
2929
<link rel="license" href="/LICENSE.txt"/>
3030
{{js|/js/redirect.js}}
31-
<script type="module" src="/js/fastboot/ce2370da/fastboot.min.mjs" integrity="sha256-MAc6IU1v+gw1GYegH3OBFJspLgZfmVTcYtsdz1yqZpA="></script>
31+
<script type="module" src="/js/fastboot/6dde62d4/fastboot.min.mjs" integrity="sha256-MAc6IU1v+gw1GYegH3OBFJspLgZfmVTcYtsdz1yqZpA="></script>
3232
{{js|/js/web-install.js}}
3333
</head>
3434
<body>

static/js/fastboot/ce2370da/fastboot.min.mjs renamed to static/js/fastboot/6dde62d4/fastboot.min.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/js/fastboot/ce2370da/fastboot.min.mjs.map renamed to static/js/fastboot/6dde62d4/fastboot.min.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/web-install.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT
22

3-
import * as fastboot from "./fastboot/ce2370da/fastboot.min.mjs";
3+
import * as fastboot from "./fastboot/6dde62d4/fastboot.min.mjs";
44

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

@@ -328,7 +328,7 @@ fastboot.setDebugLevel(2);
328328

329329
fastboot.configureZip({
330330
workerScripts: {
331-
inflate: ["/js/fastboot/ce2370da/vendor/z-worker-pako.js", "pako_inflate.min.js"],
331+
inflate: ["/js/fastboot/6dde62d4/vendor/z-worker-pako.js", "pako_inflate.min.js"],
332332
},
333333
});
334334

0 commit comments

Comments
 (0)