Skip to content

Commit

Permalink
Merge pull request #9295 from Expensify/andrew-notarize-update
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jun 2, 2022
2 parents afa9087 + 7151b03 commit 9c2ab34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions desktop/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ exports.default = function notarizing(context) {
const appName = context.packager.appInfo.productFilename;

return notarize({
tool: 'notarytool',
appBundleId: electron.appId,
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASSWORD,
teamId: '152696',
});
};
10 changes: 5 additions & 5 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 @@ -152,7 +152,7 @@
"diff-so-fancy": "^1.3.0",
"electron": "^17.0.0",
"electron-builder": "^22.13.1",
"electron-notarize": "^1.0.0",
"electron-notarize": "^1.2.1",
"electron-reloader": "^1.2.1",
"eslint": "^7.6.0",
"eslint-config-expensify": "2.0.24",
Expand Down

0 comments on commit 9c2ab34

Please sign in to comment.