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

@ -1,6 +1,6 @@
{ {
"name": "@zen-browser/surfer", "name": "@zen-browser/surfer",
"version": "1.6.2", "version": "1.6.3",
"description": "Simplifying building firefox forks!", "description": "Simplifying building firefox forks!",
"main": "index.js", "main": "index.js",
"bin": { "bin": {

View file

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