Skip to content

Commit 71677eb

Browse files
committed
Merge branch 'develop' into alpha
2 parents 0044e38 + cf542b7 commit 71677eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)