Skip to content
Snippets Groups Projects
Commit f3ac53ea authored by ali asaria's avatar ali asaria
Browse files

try legacy tool for notarize

parent b4bcd13c
No related branches found
No related tags found
No related merge requests found
...@@ -26,5 +26,6 @@ exports.default = async function notarizeMacos(context) { ...@@ -26,5 +26,6 @@ exports.default = async function notarizeMacos(context) {
appleId: process.env.APPLE_ID, appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASS, appleIdPassword: process.env.APPLE_ID_PASS,
teamId: process.env.APPLE_TEAM_ID, teamId: process.env.APPLE_TEAM_ID,
tool: 'legacy',
}); });
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment