Skip to content

Commit

Permalink
updated notarization to use notary tool
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Oct 31, 2023
1 parent bfc7f87 commit 79ec18d
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 79ec18d

Please sign in to comment.