-
-
Notifications
You must be signed in to change notification settings - Fork 74
Build for arm64 macs #297
Comments
I pushed a mac arm64 build to the latest release. I don't have a macOS device so I can't test it, so let me know if you run into any problems. |
It just won't start :D Which is strange:
There is no traceback or something like that, system says that application is corrupted and won't start even if I replace code signature using locally trusted dev certificate. |
I think I may have to update the electron-builder package to get arm64 builds to work. Let me re-push some builds. You can also try packaging yourself. I added the arm64 target to the macOS build, so you should just be able to do the following:
|
I pushed a new build using electron builder v22.14.13. Let me know if it works now. |
It works after I've forcefully removed it from quarantine:
|
I'm guessing it is because the binaries aren't signed (Apple developer license is expensive!). I'm glad it's working now though. |
Also, after removing from quarantine when updating versions it might be needed to remove and then add back Sonixd to Accessibility settings for global hotkeys to work. After that Sonixd should be restarted. |
You sure about that? I'm an "Apple dev" and it costs me nothing. Have you tried something like this? |
I can attempt to fork this and do a POC if you'd like. Haven't made anything in Electron so it might not be as timely as a core contributor doing the thing. |
@pythoninthegrass
I'm currently in the process of rewriting the app, so the current version will probably be archived/deprecated unless you or someone else wants to fork and revive it as a separate project. |
Ah! Must be different from the portal I was thinking of to download xcode. I won't mess with signing if you're in-flight with a new version? |
Also, you should setup GH sponsorship and I could chip in for your Apple dev license. |
Currently sonixd built only for amd64 architecture, but not for arm64 for macOS.
Can you please add an arm64 build?
The text was updated successfully, but these errors were encountered: