Skip to content

Commit

Permalink
switch to notarytool
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolomej committed Nov 14, 2023
1 parent 28ba5ca commit 95dfa48
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 @@ -27,6 +27,7 @@ exports.default = async function notarizeMacos(context) {
appBundleId: 'dev.flowser.app',
appPath: `${appOutDir}/${appName}.app`,
teamId: 'A425JF6L5H',
tool: 'notarytool',
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_APP_SPECIFIC_PASSWORD,
});
Expand Down

0 comments on commit 95dfa48

Please sign in to comment.