From 9d7e7d1750d7d814dc5a7a68bf623230dea3d8d6 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Fri, 1 Mar 2024 10:43:55 +0100 Subject: [PATCH] teamId --- apps/remixdesktop/notarize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remixdesktop/notarize.js b/apps/remixdesktop/notarize.js index 73ec440ceb..4086398724 100644 --- a/apps/remixdesktop/notarize.js +++ b/apps/remixdesktop/notarize.js @@ -17,6 +17,6 @@ exports.default = async function notarizing(context) { appPath: `${appOutDir}/${appName}.app`, // Path to your .app appleId: process.env.APPLE_ID, // Your Apple ID appleIdPassword: process.env.APPLE_ID_PASSWORD, // App-specific password - ascProvider: process.env.APPLE_TEAM_ID, // Your Apple Developer team ID (optional) + teamId: process.env.APPLE_TEAM_ID, // Your Apple Developer team ID (optional) }); }; \ No newline at end of file