You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just got an Apple silicon Mac. Without Rosetta (x64 emulation), I was getting the "Bad CPU type in executable" for the OnChrome supporting application, even when re-building from source.
Turns out BuildAppMacOS.ps1, line #42, needs to change "-r osx-x64" to "-r osx-arm64".
Have not found an easy PS way to determine x64 or ARM64 at the moment to warrant a pull request, but wanted to highlight this.
The text was updated successfully, but these errors were encountered:
hi there :) I'm no longer using firefox (cries). I'm tempted to archive this repo (also, I no longer have an apple dev account or code signing cert for windows) but it's kind of still working so I won't do that. I'll leave this open so that people find it :)
Just got an Apple silicon Mac. Without Rosetta (x64 emulation), I was getting the "Bad CPU type in executable" for the OnChrome supporting application, even when re-building from source.
Turns out BuildAppMacOS.ps1, line #42, needs to change "-r osx-x64" to "-r osx-arm64".
Have not found an easy PS way to determine x64 or ARM64 at the moment to warrant a pull request, but wanted to highlight this.
The text was updated successfully, but these errors were encountered: