mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
bump version to 1.6.3 and initialize suffix variable in branding patch
Some checks failed
CI / general (push) Has been cancelled
Some checks failed
CI / general (push) Has been cancelled
This commit is contained in:
parent
8bb3ca1ae3
commit
f8f2aed5ad
2 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue