mirror of https://github.com/vector-im/riot-web
Warn that this might be a while
parent
0259eb6419
commit
071223120b
|
@ -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`,
|
||||
|
|
Loading…
Reference in New Issue