Skip to content

Commit

Permalink
Fix update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
omove authored Nov 25, 2024
1 parent 8bb3ca1 commit 767c472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/patches/branding-patch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 767c472

Please sign in to comment.