electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.46k stars 1.71k forks source link

notarize set false but still No authentication properties provided (e.g. appleId, appleApiKey, keychain) #8208

Closed oopses closed 1 month ago

oopses commented 1 month ago

electron-builder 24.13.3

on macos when set option notarize false,i want to notarize on afterSign https://www.electron.build/configuration/mac#NotarizeNotaryOptions

Error: No authentication properties provided (e.g. appleId, appleApiKey, keychain) at validateNotaryToolAuthorizationArgs (/Users/osxserver/jenkins/workspace/desktop/gdesk/node_modules/@electron/notarize/src/validate-args.ts:143:9) at authorizationArgs (/Users/osxserver/jenkins/workspace/desktop/gdesk/node_modules/@electron/notarize/src/notarytool.ts:16:51) at /Users/osxserver/jenkins/workspace/desktop/gdesk/node_modules/@electron/notarize/src/notarytool.ts:79:10 at Generator.next () at fulfilled (/Users/osxserver/jenkins/workspace/desktop/gdesk/node_modules/@electron/notarize/lib/notarytool.js:28:58) at processTicksAndRejections (node:internal/process/task_queues:95:5) Done in 170.52s.

oopses commented 1 month ago

sorry,This is a problem with my local configuration and has been resolved.