-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS arm64 release faulty #614
Comments
Experiencing the same problem when I install the release, however when I run |
could be related to code signing? electron-userland/electron-builder#5850 try running |
Thanks @Araxeus 💛
This worked for me after experiencing the same error |
Well this pretty much confirm that the problem is caused by the "macOS gatekeeper" because the app isn't signed/+notarized (It works when built locally because the OS recognize that it was built locally and is safe) The way I see it, either someone will have to pay 100$ (yearly...) for an apple license or all users experiencing this will need to manually fix it with the command above (Unless they agree to waive the cost because this app is nonprofit, see |
Might be wise to change the |
thanks, fixed it I've never used mac so for some reason I thought it would keep the version attached to its name 😅 |
#566
On an M1 Max, can't open once installed, states the program is faulty and needs to be moved to the trash.
The text was updated successfully, but these errors were encountered: