add sunfish to releases fetching script

This commit is contained in:
Daniel Micay 2020-09-27 19:36:50 -04:00
parent fe3eaeb4ee
commit 8f327d3019
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/releases"/>
<script type="module" src="/releases.js?13"></script>
<script type="module" src="/redirect.js?6"></script>
<script type="module" src="/redirect.js?7"></script>
</head>
<body>
<nav>

View File

@ -2,7 +2,7 @@
const baseUrl = "https://releases.grapheneos.org/";
const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/";
const devices = ["coral", "flame", "bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"];
const devices = ["sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"];
const channels = ["stable", "beta"];
for (const channel of channels) {