diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-09 09:14:52 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-09 09:20:05 -0400 |
| commit | fe550c755633e1b852f2757381212ac5938113e7 (patch) | |
| tree | acab0a6f8c1a79eea4018a2e188ea1780341aea1 /static/releases.js | |
| parent | 9555670ea40cbc4226d80f9ceca0df40ff369f0a (diff) | |
seamlessupdate.app -> releases.grapheneos.org
Diffstat (limited to 'static/releases.js')
| -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 90773003..ad24504a 100644 --- a/static/releases.js +++ b/static/releases.js @@ -2,7 +2,7 @@ "use strict"; -const baseUrl = "https://seamlessupdate.app/"; +const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; const devices = ["crosshatch", "blueline", "taimen", "walleye", "marlin", "sailfish"]; const channels = ["stable", "beta"]; |
