Skip to content

Commit

Permalink
set teamId
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolomej committed Nov 2, 2023
1 parent d5861ca commit cff992f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/electron/.erb/scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ exports.default = async function notarizeMacos(context) {
// Must be kept in sync with `appId` field in `electron-builder.yml`
appBundleId: 'dev.flowser.app',
appPath: `${appOutDir}/${appName}.app`,
teamId: 'A425JF6L5H',
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_APP_SPECIFIC_PASSWORD,
});
Expand Down

0 comments on commit cff992f

Please sign in to comment.