Warn that this might be a while

This commit is contained in:
David Baker 2019-10-11 10:45:42 +01:00
parent 0259eb6419
commit 071223120b

View file

@ -16,6 +16,7 @@ exports.default = async function(context) {
const appName = context.packager.appInfo.productFilename;
console.log("Notarising macOS app. This may be some time.");
return await notarize({
appBundleId: 'im.riot.app',
appPath: `${appOutDir}/${appName}.app`,