From cafdc84260591a7c27d2891ebf05fcfa47ffe208 Mon Sep 17 00:00:00 2001 From: Test Date: Sat, 28 Feb 2026 12:03:02 +0100 Subject: [PATCH] fix: remove invalid notarization field from tauri.conf.json (Tauri v2 uses env vars) --- src-tauri/tauri.conf.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7e2570e9..850ecdcd 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -43,15 +43,7 @@ "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" - ], - "macOS": { - "signingIdentity": "Developer ID Application", - "notarization": { - "appleId": "luca@refactoring.club", - "appleIdPassword": "${APPLE_PASSWORD}", - "teamId": "D84V3C272P" - } - } + ] }, "plugins": { "updater": {