diff --git a/install.sh b/install.sh index 2caf2ac..f2e2806 100644 --- a/install.sh +++ b/install.sh @@ -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; diff --git a/scripts/write_redirects.py b/scripts/write_redirects.py index b165bd0..9097c90 100644 --- a/scripts/write_redirects.py +++ b/scripts/write_redirects.py @@ -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"