From 7229179520bcd6eea196176aa126cc8bd0f4f00f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 11 May 2023 00:19:32 -0400 Subject: add hidden lynx support to prepare for launch --- static/js/releases.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js') diff --git a/static/js/releases.js b/static/js/releases.js index 19470b12..cf80fab2 100644 --- a/static/js/releases.js +++ b/static/js/releases.js @@ -2,7 +2,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; -const devices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const devices = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; -- cgit v1.3.1