瀏覽代碼

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 1 年之前
父節點
當前提交
a8d3a8bfe8
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      desktop/electron-builder.yml

+ 0 - 1
desktop/electron-builder.yml

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