add coral/flame to releases.js
This commit is contained in:
parent
97313ee060
commit
96f4e9f17c
@ -23,7 +23,7 @@
|
|||||||
<link rel="stylesheet" href="/grapheneos.css?18"/>
|
<link rel="stylesheet" href="/grapheneos.css?18"/>
|
||||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||||
<link rel="canonical" href="https://grapheneos.org/releases"/>
|
<link rel="canonical" href="https://grapheneos.org/releases"/>
|
||||||
<script type="module" src="/releases.js?12"></script>
|
<script type="module" src="/releases.js?13"></script>
|
||||||
<script type="module" src="/redirect.js?6"></script>
|
<script type="module" src="/redirect.js?6"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
const baseUrl = "https://releases.grapheneos.org/";
|
const baseUrl = "https://releases.grapheneos.org/";
|
||||||
const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/";
|
const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/";
|
||||||
const devices = ["bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"];
|
const devices = ["coral", "flame", "bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"];
|
||||||
const channels = ["stable", "beta"];
|
const channels = ["stable", "beta"];
|
||||||
|
|
||||||
for (const channel of channels) {
|
for (const channel of channels) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user