forked from matrix/element-web
Warn that this might be a while
This commit is contained in:
parent
0259eb6419
commit
071223120b
|
@ -16,6 +16,7 @@ exports.default = async function(context) {
|
||||||
|
|
||||||
const appName = context.packager.appInfo.productFilename;
|
const appName = context.packager.appInfo.productFilename;
|
||||||
|
|
||||||
|
console.log("Notarising macOS app. This may be some time.");
|
||||||
return await notarize({
|
return await notarize({
|
||||||
appBundleId: 'im.riot.app',
|
appBundleId: 'im.riot.app',
|
||||||
appPath: `${appOutDir}/${appName}.app`,
|
appPath: `${appOutDir}/${appName}.app`,
|
||||||
|
|
Loading…
Reference in New Issue