From 071223120b39f026aadd502ceb284191345a1638 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 11 Oct 2019 10:45:42 +0100 Subject: [PATCH] Warn that this might be a while --- scripts/electron_afterSign.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/electron_afterSign.js b/scripts/electron_afterSign.js index 20bb867ddf..0d42c55246 100644 --- a/scripts/electron_afterSign.js +++ b/scripts/electron_afterSign.js @@ -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`,