From c94a665e89fe3d1a75dc93a35c0e3a5d722d406e Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Sat, 30 Jan 2021 21:32:32 -0800 Subject: web-install: Update fastboot.js to fix fastbootd flashing The fastbootd flashing path was missing a progress callback. --- static/js/web-install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js/web-install.js') 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"; -- cgit v1.3.1