Skip to content

Commit

Permalink
Update to use notarytool
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbinnie committed Jun 20, 2023
1 parent 9869d9d commit 20a0f8a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"electron-is-dev": "2.0.0",
"electron-log": "4.4.8",
"electron-mocha": "11.0.2",
"electron-notarize": "1.2.1",
"electron-notarize": "1.2.2",
"electron-rebuild": "3.2.9",
"electron-updater": "5.2.1",
"eslint": "7.29.0",
Expand Down
2 changes: 2 additions & 0 deletions scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ exports.default = async function notarizing(context) {
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
teamId: 'UQ8HT4Q2XM',
tool: 'notarytool',
});
};

0 comments on commit 20a0f8a

Please sign in to comment.