electron-builder-notarize
electron-builder-notarize copied to clipboard
Apple cannot check it for malicious software
Packages used:
"electron-builder": "^22.9.1",
"electron-builder-notarize": "^1.2.0",
Tested OS'es: macOS 10.13.6 - fine, no issues macOS 10.15.6 - fine, no issues macOS 10.15.7 - warning of:
"app" can't be opened because Apple cannot check it for malicious software.
This software needs to be updated. Contact the developer for more information.
Trying to figure out what has changed in 10.15.7 which breaks the process, but not sure at the moment. Anyone else experiencing same issue?
Did you fix this? I'm having the same problem.
MAS & MAS-DEV
@mattehalen, @stakauskas, did you try it with:
"electron-builder": "^22.14.13",
"electron-builder-notarize": "^1.4.0",
electron-builder-notarize has had two updates since both of you commented and electron-builder had many updates as well. Make sure you update electron-universal
to v1.2.0 if you haven't done so already as that's required more recent versions of electron-builder.