diff --git a/.github/workflows/build-publish-to-mac-store-on-release.yml b/.github/workflows/build-publish-to-mac-store-on-release.yml index 9513589e80..b33a1bd5a4 100644 --- a/.github/workflows/build-publish-to-mac-store-on-release.yml +++ b/.github/workflows/build-publish-to-mac-store-on-release.yml @@ -107,6 +107,8 @@ jobs: run: npm run build - name: Build Electron app + env: + CSC_NAME: '3rd Party Mac Developer Application: Johannes Millan (363FAFK383)' run: npm run dist:mac:mas:buildOnly - run: ls .tmp/app-builds diff --git a/build/electron-builder.mas.yaml b/build/electron-builder.mas.yaml index a9ae323338..bbc1690f53 100644 --- a/build/electron-builder.mas.yaml +++ b/build/electron-builder.mas.yaml @@ -21,7 +21,7 @@ mac: - universal mas: - notarize: true + type: distribution appId: com.super-productivity.app category: public.app-category.productivity icon: build/icon-mac.icns