diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-09-27 19:36:50 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-09-27 19:36:50 -0400 |
| commit | 8f327d3019b95eef75cfdc7f52dfb160bc904d60 (patch) | |
| tree | b9d7744412d17d105cf184165ec17bd4452f6265 /static/releases.js | |
| parent | fe3eaeb4ee5e1d7178a4702f8141a33b3c1df2b9 (diff) | |
add sunfish to releases fetching script
Diffstat (limited to 'static/releases.js')
| -rw-r--r-- | static/releases.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.js b/static/releases.js index f8ba27f5..53b782d1 100644 --- a/static/releases.js +++ b/static/releases.js @@ -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) { |
