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

Home Page:https://www.electron.build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

oopses opened this issue · comments

commented

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.

commented

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