From c94a665e89fe3d1a75dc93a35c0e3a5d722d406e Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Sat, 30 Jan 2021 21:32:32 -0800 Subject: [PATCH] web-install: Update fastboot.js to fix fastbootd flashing The fastbootd flashing path was missing a progress callback. --- static/install/web.html | 4 ++-- static/js/fastboot | 2 +- static/js/web-install.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/install/web.html b/static/install/web.html index b8fbac62..147ca25d 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -27,8 +27,8 @@ - - + +
diff --git a/static/js/fastboot b/static/js/fastboot index 68f77807..3425c1b8 160000 --- a/static/js/fastboot +++ b/static/js/fastboot @@ -1 +1 @@ -Subproject commit 68f77807bcf34fa1785ecf908e63180633aa19f0 +Subproject commit 3425c1b88cb8cb1e793272142e5262c5f0bcb9af diff --git a/static/js/web-install.js b/static/js/web-install.js index 5dfd5176..517afe17 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/dist/fastboot.min.mjs?4"; +import * as fastboot from "./fastboot/dist/fastboot.min.mjs?5"; const RELEASES_URL = "https://releases.grapheneos.org";