From 52a399fcbc25d8c24e61fd29a9b55dac2cc7575e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 29 Apr 2019 13:53:49 -0400 Subject: [PATCH] start trying to fetch marlin / sailfish metadata --- static/releases.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/releases.js b/static/releases.js index f22eed36..bdcd147d 100644 --- a/static/releases.js +++ b/static/releases.js @@ -2,7 +2,7 @@ const baseUrl = "https://seamlessupdate.app/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; -const devices = ["blueline", "crosshatch", "taimen", "walleye"]; +const devices = ["blueline", "crosshatch", "taimen", "walleye", "marlin", "sailfish"]; const channels = ["stable", "beta"]; function createLink(href, text) {