mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-07 17:05:36 +02:00
🚀 Update AppImage and installation scripts to use x86_64 binaries and remove AVX2 checks
This commit is contained in:
parent
81cbc66aac
commit
ae34a1a6c0
7 changed files with 16 additions and 82 deletions
|
@ -6,7 +6,9 @@ import os
|
|||
REDIRECTS = {
|
||||
"twilightundefined": "twilight", # A bug there was with previous twilight updates
|
||||
"alpha": "beta", # Alpha -> Beta
|
||||
"alpha-generic": "beta-generic", # Alpha -> Beta
|
||||
"alpha-generic": "beta", # Alpha -> Beta
|
||||
"beta-generic": "beta", # Beta (Generic) -> Beta
|
||||
"twilight-generic": "twilight", # Twilight (Generic) -> Twilight
|
||||
}
|
||||
|
||||
UPDATES_ROOT = "updates/browser"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue