Skip to content

Commit 5fdf48e

Browse files
committed
notorize the app
1 parent a61e7c5 commit 5fdf48e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/flowtest-electron/notarize.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ exports.default = async function notarizing(context) {
99

1010
const appName = context.packager.appInfo.productFilename;
1111

12-
console.log(appOutDir);
13-
console.log(appName);
14-
1512
return await notarize({
1613
appBundleId: 'com.flowtestai.app',
1714
appPath: `${appOutDir}/${appName}.app`,

packages/flowtest-electron/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"files": [
4646
"**/*"
4747
],
48+
"afterSign": "notarize.js",
4849
"win": {
4950
"target": "nsis"
5051
},

0 commit comments

Comments
 (0)