Skip to content

Commit 00c2589

Browse files
author
Alberto Iannaccone
committed
boost notarization speed
1 parent af08c7e commit 00c2589

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: electron/build/scripts/notarize.js

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ exports.default = async function notarizing(context) {
3131
appPath: `${appOutDir}/${appName}.app`,
3232
appleId: process.env.AC_USERNAME,
3333
appleIdPassword: process.env.AC_PASSWORD,
34+
tool: 'notarytool',
3435
});
3536
return await recalculateHash();
3637
};

Diff for: electron/build/template-package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@theia/cli": "1.22.1",
1515
"cross-env": "^7.0.2",
1616
"electron-builder": "22.10.5",
17-
"electron-notarize": "^0.3.0",
17+
"electron-notarize": "^1.1.1",
1818
"is-ci": "^2.0.0",
1919
"ncp": "^2.0.0",
2020
"shelljs": "^0.8.3",

0 commit comments

Comments
 (0)