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.
2 parents 0044e38 + cf542b7 commit 71677ebCopy full SHA for 71677eb
tasks/notarize.js
@@ -9,6 +9,9 @@ exports.default = async function notarizing(context) {
9
10
const appName = context.packager.appInfo.productFilename;
11
12
+ /* eslint-disable-next-line no-console */
13
+ console.log('Notarizing macOS application...');
14
+
15
return await notarize({
16
appBundleId: 'com.mulesoft.arc',
17
appPath: `${appOutDir}/${appName}.app`,
0 commit comments