We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27e022 commit e48bf08Copy full SHA for e48bf08
src/notarize.js
@@ -13,6 +13,7 @@ exports.default = async function notarizing(context) {
13
const appName = context.packager.appInfo.productFilename;
14
console.log(`afterSign: Notarizing ${config.build.appId}`);
15
await notarize({
16
+ tool: "notarytool",
17
appBundleId: config.build.appId,
18
appPath: `${outDir}/${appName}.app`,
19
appleId: "davidburkett38@gmail.com",
0 commit comments