marlin / sailfish no longer use snapshot releases

This commit is contained in:
Daniel Micay 2019-05-07 07:26:13 -04:00
parent 7d814d6b26
commit 3967167b86

View File

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