From 25f11548e87cb02ed342e30eed8dcc46fcb1a530 Mon Sep 17 00:00:00 2001 From: jean-baptiste Date: Mon, 8 Jun 2026 20:43:33 +0200 Subject: [PATCH] fix(release): disable mac notarization so unsigned builds don't fail CI notarize:true makes electron-builder attempt Apple notarization on the mac runner; with no APPLE_ID/APPLE_APP_SPECIFIC_PASSWORD/APPLE_TEAM_ID secrets set it errors out and blocks the whole release pipeline rather than falling back to an unsigned artifact. Set false so the first v* tag produces green mac builds (Gatekeeper 'unidentified developer' prompt on open). Flip back to true once the Apple signing secrets are configured in repo settings. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b655d646..9e80b8d9 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "entitlementsInherit": "build/entitlements.mac.plist", "hardenedRuntime": true, "gatekeeperAssess": false, - "notarize": true + "notarize": false }, "win": { "target": [