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
I've developed an electron application, but it seems that the DMG builds I make available through my Github Actions pipeline don't work.
I don't sign the application, I don't have an Apple Developper account, but normally there's just a warning that you can override by pressing CTRL + Clic and “Open”.
When users try to install it but get an error when launching:
If they build the application on their machine, the DMG is functional, can be installed and the application launches without problems.
This requirement was introduced in a recent-ish OS and it affects distributions for Apple silicon processors. If you make distributions for old intel processors you will see the previous error "unknown developer".
Your users will still be able to circumvent this by disabling gatekeeper as described in the thread.
I've developed an electron application, but it seems that the DMG builds I make available through my Github Actions pipeline don't work.
I don't sign the application, I don't have an Apple Developper account, but normally there's just a warning that you can override by pressing CTRL + Clic and “Open”.
When users try to install it but get an error when launching:
If they build the application on their machine, the DMG is functional, can be installed and the application launches without problems.
My Electron Builder configuration is available here: https://github.com/brick-a-brack/eagle-animation/blob/dev/electron-builder.yaml
Any ideas?
The text was updated successfully, but these errors were encountered: