We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d87f82 commit 8c35c33Copy full SHA for 8c35c33
build_resources/notarize.js
@@ -35,6 +35,7 @@ exports.default = async function notarizing(context) {
35
console.log(`>>> Notarizing ${appBundleId} at ${appOutDir}/${appName}.app...`);
36
37
return await notarize({
38
+ tool: 'notarytool',
39
appBundleId,
40
appPath: `${appOutDir}/${appName}.app`,
41
appleId: process.env.AC_USERNAME,
0 commit comments