We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61e7c5 commit 5fdf48eCopy full SHA for 5fdf48e
packages/flowtest-electron/notarize.js
@@ -9,9 +9,6 @@ exports.default = async function notarizing(context) {
9
10
const appName = context.packager.appInfo.productFilename;
11
12
- console.log(appOutDir);
13
- console.log(appName);
14
-
15
return await notarize({
16
appBundleId: 'com.flowtestai.app',
17
appPath: `${appOutDir}/${appName}.app`,
packages/flowtest-electron/package.json
@@ -45,6 +45,7 @@
45
"files": [
46
"**/*"
47
],
48
+ "afterSign": "notarize.js",
49
"win": {
50
"target": "nsis"
51
},
0 commit comments