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 think it needs to be notarized in order to not be flagged as "Cannot be opened"? Not sure where you're building the app or if you're running it on the mac that you built the artifact on.
Please also try the newest version of electron-builder v26.0.12. I can't patch older versions of electron-builder due to the way the CI/CD works.
Affected application works as expected before code signing. After code signing it "can't be opened". The app is built by executing this command:
electron-builder -c.mac.target=mas-dev -m --universal
Current stack:
electron: 35.0.2
electron-builder: 25.1.8
Entitlements:
entitlements.inherit.plist
entitlements.plist
Configuration (package.json)
Running
codesign --verbose=4 --deep --strict MyApp.app
outputs this:So codesign should be fine.
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: