start trying to fetch marlin / sailfish metadata

This commit is contained in:
Daniel Micay 2019-04-29 13:53:49 -04:00
parent 40b80f0d7a
commit 52a399fcbc

View File

@ -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) {