Skip to content

Commit

Permalink
Merge pull request #550 from TomoyukiAota/feature/update-electron-not…
Browse files Browse the repository at this point in the history
…arize

Update to @electron/notarize 2.2.1. Switch from altool to notarytool.
  • Loading branch information
mergify[bot] authored Feb 4, 2024
2 parents 0a64976 + a17d9e9 commit f44b60b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
20 changes: 11 additions & 9 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 @@ -96,7 +96,7 @@
"@angular/platform-browser": "15.0.4",
"@angular/platform-browser-dynamic": "15.0.4",
"@angular/router": "15.0.4",
"@electron/notarize": "1.2.3",
"@electron/notarize": "2.2.1",
"@ngx-translate/core": "14.0.0",
"@ngx-translate/http-loader": "7.0.0",
"@turf/turf": "6.5.0",
Expand Down
3 changes: 2 additions & 1 deletion script/notarize/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ exports.default = async function notarizing(context) {

logger.info('Started notarization.');
await notarize({
appBundleId: 'com.TomoyukiAota.PhotoLocationMap',
tool:'notarytool',
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_APP_SPECIFIC_PASSWORD,
teamId: process.env.APPLE_TEAM_ID,
});
logger.info('Finished notarization.');
};

0 comments on commit f44b60b

Please sign in to comment.