Skip to content

Commit

Permalink
using notarytool to notarize macOS app
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtavarez authored Oct 18, 2024
1 parent d27e022 commit e48bf08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exports.default = async function notarizing(context) {
const appName = context.packager.appInfo.productFilename;
console.log(`afterSign: Notarizing ${config.build.appId}`);
await notarize({
tool: "notarytool",
appBundleId: config.build.appId,
appPath: `${outDir}/${appName}.app`,
appleId: "[email protected]",
Expand Down

0 comments on commit e48bf08

Please sign in to comment.