mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-07 17:05:36 +02:00
Fixed beta -> release
This commit is contained in:
parent
c0f34dc350
commit
e774ce77ae
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ REDIRECTS = {
|
|||
"alpha-generic": "beta", # Alpha -> Beta
|
||||
"beta-generic": "beta", # Beta (Generic) -> Beta
|
||||
"twilight-generic": "twilight", # Twilight (Generic) -> Twilight
|
||||
"beta": "release", # Beta -> Release
|
||||
}
|
||||
|
||||
UPDATES_ROOT = "updates/browser"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue