Procházet zdrojové kódy

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.
Manav Rathi před 1 rokem
rodič
revize
a8d3a8bfe8
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      desktop/electron-builder.yml

+ 0 - 1
desktop/electron-builder.yml

@@ -29,5 +29,4 @@ mac:
         arch: [universal]
     category: public.app-category.photography
     hardenedRuntime: true
-    notarize: true
 afterSign: electron-builder-notarize