diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-29 16:46:41 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-09-03 02:25:17 -0400 |
| commit | f61a55baf44b7f2c138b4864fa014f973b57fc72 (patch) | |
| tree | 0eff78ebd1be86a8eb00eb4512e54defb6550fd8 /static/js/releases.js | |
| parent | a6c73720c85c31877d776c5b713af9df5da8a4b5 (diff) | |
production Pixel 9 Pro Fold support
Diffstat (limited to 'static/js/releases.js')
| -rw-r--r-- | static/js/releases.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/releases.js b/static/js/releases.js index 21a5f336..7c6a7256 100644 --- a/static/js/releases.js +++ b/static/js/releases.js @@ -1,7 +1,7 @@ // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT const baseUrl = "https://releases.grapheneos.org/"; -const devices = ["komodo", "caiman", "tokay", "akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const devices = ["comet", "komodo", "caiman", "tokay", "akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const legacyFactoryDevices = new Set(["sunfish", "coral", "flame"]); const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; |
