From 2be589b903b593d1232358af9318cbcfe14da943 Mon Sep 17 00:00:00 2001 From: johannesjo Date: Mon, 10 Nov 2025 14:28:38 +0100 Subject: [PATCH] build: attempt to fix mas 21 --- .github/workflows/build-publish-to-mac-store-on-release.yml | 2 ++ build/electron-builder.mas.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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