Skip to content

Commit

Permalink
change notarize tool to notarytool
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Oct 31, 2023
1 parent fdd7f72 commit 0d79733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/ui/public/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = async function (params) {
appPath: appPath,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASSWORD,
tool: "notarytool",
})
} catch (error) {
console.error(error)
Expand Down

0 comments on commit 0d79733

Please sign in to comment.