-
Notifications
You must be signed in to change notification settings - Fork 33
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
skipped macOS notarization reason=notarize
options were not provided
#175
Comments
Facing the same issue |
From my understanding you can feed a notarize object inside the Using a customg js is an alternative. |
I'm getting the same message |
Getting the same message -- it seems to still be notarizing though, I think? The application opens as expected anyway. Possibly an incorrect log? |
AFAIK if you are using electron-builder you can either:
If you chose the latter (as I did) you'll get the "skipped macOS notarization" warning by electron-builder because you are skipping the built-in procedure (1). |
Thank you. Looks like I can safely ignore it then, possibly we can also set notarize: False which I expect will either hide the error or display something else a bit more clear. |
Can someone please provide an example of |
Yes! This does make sense now. Running this command against my built app indicates that it is, indeed notarised:
Closing this issue now. |
I'm getting this output from electron-builder, and I'm not sure what it means, exactly.
Here's the relevant section of my package.json:
The electron/notarize.js file looks like this:
So...what option did I not provide?
The text was updated successfully, but these errors were encountered: