mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-07 17:05:36 +02:00
Fixed beta -> release
This commit is contained in:
parent
c0f34dc350
commit
e774ce77ae
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue