Skip to content

Commit

Permalink
mac fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Menzorg committed Jul 25, 2023
1 parent 2d28440 commit 0c65226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
},
osxNotarize:{
tool: 'notarytool',
appleId: process.env.APPLE_ID,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
teamId: process.env.APPLE_TEAM_ID
}
Expand Down

0 comments on commit 0c65226

Please sign in to comment.