karaggeorge / electron-builder-notarize

Notarize Electron applications using electron-builder
MIT License
80 stars 20 forks source link

Apple cannot check it for malicious software #11

Open stakauskas opened 3 years ago

stakauskas commented 3 years ago

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?

mattehalen commented 3 years ago

Did you fix this? I'm having the same problem.

MAS & MAS-DEV

WrathofthePast commented 2 years ago

@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.