Update branding-patch.ts

fix typo
This commit is contained in:
omove 2024-11-19 08:30:10 -05:00 committed by GitHub
parent 01c4e31872
commit 0754810059
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -434,7 +434,7 @@ function setUpdateURLs() {
suffix = '-aarch64';
}
}
if ((process as any).surferPlatform == 'linux') {
if ((process as any).surferPlatform == 'darwin') {
if (compatMode == 'x86_64') {
suffix = '-generic';
}