Skip to content

Commit e48bf08

Browse files
authoredOct 18, 2024··
using notarytool to notarize macOS app
1 parent d27e022 commit e48bf08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/notarize.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ exports.default = async function notarizing(context) {
1313
const appName = context.packager.appInfo.productFilename;
1414
console.log(`afterSign: Notarizing ${config.build.appId}`);
1515
await notarize({
16+
tool: "notarytool",
1617
appBundleId: config.build.appId,
1718
appPath: `${outDir}/${appName}.app`,
1819
appleId: "davidburkett38@gmail.com",

0 commit comments

Comments
 (0)
Please sign in to comment.