Update web installer for fastboot.js updates
Some of the API and paths have changed, so this needs to be updated accordingly. The most prominent change is the removal of BlobStore and downloading support from fastboot.js, because a fastboot library should not be responsible for downloading files.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
<link rel="stylesheet" href="/grapheneos.css?29"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
<script type="module" src="/js/fastboot/dist/fastboot.min.js?0"></script>
|
||||
<script type="module" src="/js/web-install.js?4"></script>
|
||||
<script type="module" src="/js/fastboot/dist/fastboot.min.mjs?0"></script>
|
||||
<script type="module" src="/js/web-install.js?5"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
Reference in New Issue
Block a user