Update fastboot.js for live progress updates

This commit is contained in:
Danny Lin
2021-01-30 19:32:34 -08:00
committed by Daniel Micay
parent e9d409f992
commit dfc01e016e
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT
import * as fastboot from "./fastboot/dist/fastboot.min.mjs?2";
import * as fastboot from "./fastboot/dist/fastboot.min.mjs?3";
const RELEASES_URL = "https://releases.grapheneos.org";