Fixed redirect paths

This commit is contained in:
mr. m 2024-12-10 14:21:30 +00:00
parent 2cdf07c116
commit 6bb976c49f

View file

@ -6,6 +6,7 @@ import os
REDIRECTS = { REDIRECTS = {
"twilightundefined": "twilight", # A bug there was with previous twilight updates "twilightundefined": "twilight", # A bug there was with previous twilight updates
"alpha": "beta", # Alpha -> Beta "alpha": "beta", # Alpha -> Beta
"alpha-generic": "beta-generic", # Alpha -> Beta
} }
UPDATES_ROOT = "updates/browser" UPDATES_ROOT = "updates/browser"