From 3967167b8614df9c43e2240c3138eddc2e49abd2 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 7 May 2019 07:26:13 -0400 Subject: [PATCH] marlin / sailfish no longer use snapshot releases --- static/releases.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/releases.js b/static/releases.js index c48bd8f6..b5d934cb 100644 --- a/static/releases.js +++ b/static/releases.js @@ -3,7 +3,7 @@ const baseUrl = "https://seamlessupdate.app/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; const devices = ["crosshatch", "blueline", "taimen", "walleye", "marlin", "sailfish"]; -const snapshot = ["marlin", "sailfish"]; +const snapshot = []; const channels = ["stable", "beta"]; function createLink(href, text) {