Fixed beta -> release

This commit is contained in:
mr. m 2025-01-10 06:52:41 +00:00
parent c0f34dc350
commit e774ce77ae
2 changed files with 2 additions and 1 deletions

View file

@ -86,7 +86,7 @@ Exec=$executable_path %u
Icon=$icon_path
Terminal=false
StartupNotify=true
StartupWMClass=zen-beta
StartupWMClass=zen-release
NoDisplay=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;

View file

@ -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"