Skip to content

Commit 4089422

Browse files
committed
Merge branch 'alpha' of github.com:advanced-rest-client/arc-electron into alpha
2 parents d746e6f + e0f24b2 commit 4089422

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Temporary Items
3030
!.vscode/extensions.json
3131

3232
test/tests-exe-dir
33+
advancedrestclient.pfx
34+
arc-mac-certs.p12
35+
certs.tar
3336
web_modules
34-
secrets/
35-
secrets.tar
37+
.env

tasks/notarize.js

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

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

12+
/* eslint-disable-next-line no-console */
13+
console.log('Notarizing macOS application...');
14+
1215
return await notarize({
1316
appBundleId: 'com.mulesoft.arc',
1417
appPath: `${appOutDir}/${appName}.app`,

0 commit comments

Comments
 (0)