From d26dda344bd8729283465eddad661e9f28df21dc Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Thu, 2 Jun 2022 15:48:27 -0600 Subject: [PATCH] Try our other Team ID for notarizing the Desktop app --- desktop/notarize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/notarize.js b/desktop/notarize.js index 5927fe8e666..e22e9b8d312 100644 --- a/desktop/notarize.js +++ b/desktop/notarize.js @@ -15,6 +15,6 @@ exports.default = function notarizing(context) { appPath: `${appOutDir}/${appName}.app`, appleId: process.env.APPLE_ID, appleIdPassword: process.env.APPLE_ID_PASSWORD, - teamId: '152696', + teamId: '368M544MTT', }); };