mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-07 17:05:36 +02:00
Fixed redirect paths
This commit is contained in:
parent
2cdf07c116
commit
6bb976c49f
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ import os
|
|||
REDIRECTS = {
|
||||
"twilightundefined": "twilight", # A bug there was with previous twilight updates
|
||||
"alpha": "beta", # Alpha -> Beta
|
||||
"alpha-generic": "beta-generic", # Alpha -> Beta
|
||||
}
|
||||
|
||||
UPDATES_ROOT = "updates/browser"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue