Fix notarize script (again)

This commit is contained in:
Nayam Amarshe
2023-09-21 14:15:11 +05:30
parent 5869d72cc9
commit 361ab09bd8

View File

@@ -14,5 +14,6 @@ exports.default = async function notarizing(context) {
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
teamId: process.env.TEAMID,
});
};