Skip to content

Commit

Permalink
[skip ci] Use notarytool for macOS desktop signing
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jun 29, 2023
1 parent 1f92cf2 commit 53be253
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions products/jbrowse-desktop/scripts/notarize.js
Expand Up @@ -10,6 +10,7 @@ exports.default = async function notarizing(context) {
const appName = context.packager.appInfo.productFilename

return notarize({
tool: 'notarytool',
appBundleId: 'org.jbrowse2.app',
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
Expand Down

0 comments on commit 53be253

Please sign in to comment.