Skip to content

Commit

Permalink
Merge pull request #94 from MichaelPesce/change-to-notarytool
Browse files Browse the repository at this point in the history
updated notarization to use notary tool
  • Loading branch information
MichaelPesce authored Oct 31, 2023
2 parents bfc7f87 + 79ec18d commit e71dc0a
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 e71dc0a

Please sign in to comment.