We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af08c7e commit 01c21edCopy full SHA for 01c21ed
electron/build/scripts/notarize.js
@@ -31,6 +31,7 @@ exports.default = async function notarizing(context) {
31
appPath: `${appOutDir}/${appName}.app`,
32
appleId: process.env.AC_USERNAME,
33
appleIdPassword: process.env.AC_PASSWORD,
34
+ // tool: 'notarytool',
35
});
36
return await recalculateHash();
37
};
electron/build/template-package.json
@@ -14,7 +14,7 @@
14
"@theia/cli": "1.22.1",
15
"cross-env": "^7.0.2",
16
"electron-builder": "22.10.5",
17
- "electron-notarize": "^0.3.0",
+ "electron-notarize": "^1.1.1",
18
"is-ci": "^2.0.0",
19
"ncp": "^2.0.0",
20
"shelljs": "^0.8.3",
0 commit comments