diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-29 13:53:49 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-29 13:53:49 -0400 |
| commit | 52a399fcbc25d8c24e61fd29a9b55dac2cc7575e (patch) | |
| tree | 478292d5e76dd11e948b64fe24a526af423a4f19 /static | |
| parent | 40b80f0d7a7d032a2f8375d2eb8d4e708188a58f (diff) | |
start trying to fetch marlin / sailfish metadata
Diffstat (limited to 'static')
| -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 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) { |
