Remove duplicate notarization attempt
From build logs: • notarization successful Error: The appleIdPassword property is required when using notarization with password credentials at validateNotaryToolAuthorizationArgs (/Users/runner/work/photos-desktop/photos-desktop/desktop/node_modules/electron-notarize/src/validate-args.ts:107:13) Not sure, but at the face of it (since this was not enabled earlier too), our notarization process kicks in during signing because of the presence of env vars, and specifying it again here starts a separate process we haven't configured.
This commit is contained in:
parent
5f964e533c
commit
a8d3a8bfe8
1 changed files with 0 additions and 1 deletions
|
@ -29,5 +29,4 @@ mac:
|
|||
arch: [universal]
|
||||
category: public.app-category.photography
|
||||
hardenedRuntime: true
|
||||
notarize: true
|
||||
afterSign: electron-builder-notarize
|
||||
|
|
Loading…
Add table
Reference in a new issue