bump version to 1.6.3 and initialize suffix variable in branding patch
Some checks failed
CI / general (push) Has been cancelled

This commit is contained in:
mr. M 2024-11-26 19:13:42 +01:00
parent 8bb3ca1ae3
commit f8f2aed5ad
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 2 additions and 2 deletions

View file

@ -422,7 +422,7 @@ pref("devtools.selfxss.count", 5);
}
function setUpdateURLs() {
let suffix;
let suffix = '';
if ((process as any).surferPlatform == 'win32') {
if (compatMode == 'x86_64') {
suffix = '-generic';