Update browser.ts

This commit is contained in:
omove 2024-11-21 20:18:15 -05:00 committed by GitHub
parent ba2e42f669
commit 5fc0792865
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ function getReleaseMarName(releaseInfo: ReleaseInfo): string | undefined {
}
if ((process as any).surferPlatform == 'darwin') {
if (compatMode == 'x86_64') {
releaseMarName = 'macos-x86_64.mar'
releaseMarName = 'macos-x64.mar'
}
else if (compatMode == 'aarch64') {
releaseMarName = 'macos-aarch64.mar'