From 8f327d3019b95eef75cfdc7f52dfb160bc904d60 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 27 Sep 2020 19:36:50 -0400 Subject: add sunfish to releases fetching script --- static/releases.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/releases.js') 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) { -- cgit v1.3.1