Skip to content

Commit

Permalink
Fix notarization on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Oct 18, 2024
1 parent 3961754 commit da1ddf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-helpers/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ exports.default = async function notarizing(context) {
const { notarize } = require('@electron/notarize');

await notarize({
tool: 'notarytool',
appPath: `${appOutDir}/${appName}.app`,
teamId: process.env.APPLE_TEAM_ID || '',
appleId: process.env.APPLEID || '',
Expand Down

0 comments on commit da1ddf2

Please sign in to comment.