From 557009194836c9d2328a31cc429436431dee5b38 Mon Sep 17 00:00:00 2001 From: hiento09 <136591877+hiento09@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:10:49 +0700 Subject: [PATCH] Macos Notarize migrage to new Team ID (#2228) Co-authored-by: Service Account --- electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/package.json b/electron/package.json index f51df233be..cd6b831374 100644 --- a/electron/package.json +++ b/electron/package.json @@ -37,7 +37,7 @@ "entitlements": "./entitlements.mac.plist", "entitlementsInherit": "./entitlements.mac.plist", "notarize": { - "teamId": "YT49P7GXG4" + "teamId": "F8AH6NHVY5" }, "icon": "icons/icon.png" },