Skip to content

Commit

Permalink
[core] add in teamId in notarize tool
Browse files Browse the repository at this point in the history
  • Loading branch information
zviadm committed May 14, 2024
1 parent 59f7820 commit 7ba1477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildcfg/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ async function notarizeApp(context) {
await notarize({
appBundleId: "com.celoterminal",
appPath: path,
teamId: "QV364K4T7Y",
appleId: OSX_APPLE_ID,
appleIdPassword: OSX_APPLE_ID_PASSWORD,
});
Expand Down

0 comments on commit 7ba1477

Please sign in to comment.