🔄 Update StartupWMClass from zen-alpha to zen-beta and adjust redirects for alpha to beta

This commit is contained in:
mr. m 2024-12-08 17:31:44 +00:00
parent ce2e2b15d2
commit beda82a79c
2 changed files with 2 additions and 1 deletions

View file

@ -100,7 +100,7 @@ Exec=$executable_path %u
Icon=$icon_path
Terminal=false
StartupNotify=true
StartupWMClass=zen-alpha
StartupWMClass=zen-beta
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

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