From beda82a79c63b874dae5d363e4cfc4792e09c6ed Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheff@users.noreply.github.com> Date: Sun, 8 Dec 2024 17:31:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Update=20StartupWMClass=20from?= =?UTF-8?q?=20zen-alpha=20to=20zen-beta=20and=20adjust=20redirects=20for?= =?UTF-8?q?=20alpha=20to=20beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- scripts/write_redirects.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"