Skip to content

Commit

Permalink
[skip ci] Add teamId env var
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jun 29, 2023
1 parent 53be253 commit 20ac43c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions products/jbrowse-desktop/scripts/notarize.js
Expand Up @@ -11,6 +11,7 @@ exports.default = async function notarizing(context) {

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

0 comments on commit 20ac43c

Please sign in to comment.