mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-07 17:05:36 +02:00
🔄 Update StartupWMClass from zen-alpha to zen-beta and adjust redirects for alpha to beta
This commit is contained in:
parent
ce2e2b15d2
commit
beda82a79c
2 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,7 @@ Exec=$executable_path %u
|
||||||
Icon=$icon_path
|
Icon=$icon_path
|
||||||
Terminal=false
|
Terminal=false
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
StartupWMClass=zen-alpha
|
StartupWMClass=zen-beta
|
||||||
NoDisplay=false
|
NoDisplay=false
|
||||||
Type=Application
|
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;
|
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
|
||||||
|
|
|
@ -5,6 +5,7 @@ import os
|
||||||
# broken branch -> fixed branch
|
# broken branch -> fixed branch
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
||||||
UPDATES_ROOT = "updates/browser"
|
UPDATES_ROOT = "updates/browser"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue