diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-07 07:26:13 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-07 07:26:13 -0400 |
| commit | 3967167b8614df9c43e2240c3138eddc2e49abd2 (patch) | |
| tree | 647f3b0fc00d8e4e2012046e9822d342aa3058f0 | |
| parent | 7d814d6b26533d3bcd0fcd6f601ea801bc4db078 (diff) | |
marlin / sailfish no longer use snapshot releases
| -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 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) { |
