summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-11-01 18:55:40 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-11-01 18:55:40 -0400
commite3f0af6f3f43cd994e47da28c3038fead3371e51 (patch)
tree54fc8d47d76578cb33ea60c6d95b51f7ee26595d /static
parentd656b3216115db0fe4ee9a65f1a9ee668e78a3db (diff)
update fastboot.js revision
Diffstat (limited to 'static')
-rw-r--r--static/install/web.html2
-rw-r--r--static/js/fastboot/f270be49/fastboot.min.mjs (renamed from static/js/fastboot/6dde62d4/fastboot.min.mjs)0
-rw-r--r--static/js/fastboot/f270be49/fastboot.min.mjs.map (renamed from static/js/fastboot/6dde62d4/fastboot.min.mjs.map)0
-rw-r--r--static/js/fastboot/f270be49/vendor/pako_inflate.min.js (renamed from static/js/fastboot/6dde62d4/vendor/pako_inflate.min.js)0
-rw-r--r--static/js/fastboot/f270be49/vendor/z-worker-pako.js (renamed from static/js/fastboot/6dde62d4/vendor/z-worker-pako.js)0
-rw-r--r--static/js/web-install.js4
6 files changed, 3 insertions, 3 deletions
diff --git a/static/install/web.html b/static/install/web.html
index 4899335e..40fe847a 100644
--- a/static/install/web.html
+++ b/static/install/web.html
@@ -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>
diff --git a/static/js/fastboot/6dde62d4/fastboot.min.mjs b/static/js/fastboot/f270be49/fastboot.min.mjs
index 8c14dc4c..8c14dc4c 100644
--- a/static/js/fastboot/6dde62d4/fastboot.min.mjs
+++ b/static/js/fastboot/f270be49/fastboot.min.mjs
diff --git a/static/js/fastboot/6dde62d4/fastboot.min.mjs.map b/static/js/fastboot/f270be49/fastboot.min.mjs.map
index da154337..da154337 100644
--- a/static/js/fastboot/6dde62d4/fastboot.min.mjs.map
+++ b/static/js/fastboot/f270be49/fastboot.min.mjs.map
diff --git a/static/js/fastboot/6dde62d4/vendor/pako_inflate.min.js b/static/js/fastboot/f270be49/vendor/pako_inflate.min.js
index 34312699..34312699 100644
--- a/static/js/fastboot/6dde62d4/vendor/pako_inflate.min.js
+++ b/static/js/fastboot/f270be49/vendor/pako_inflate.min.js
diff --git a/static/js/fastboot/6dde62d4/vendor/z-worker-pako.js b/static/js/fastboot/f270be49/vendor/z-worker-pako.js
index 9067c4e1..9067c4e1 100644
--- a/static/js/fastboot/6dde62d4/vendor/z-worker-pako.js
+++ b/static/js/fastboot/f270be49/vendor/z-worker-pako.js
diff --git a/static/js/web-install.js b/static/js/web-install.js
index 4c79211b..66df4314 100644
--- a/static/js/web-install.js
+++ b/static/js/web-install.js
@@ -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"],
},
});