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.
1 parent 03660e1 commit 83a0026Copy full SHA for 83a0026
scripts/electron_afterSign.js
@@ -15,10 +15,11 @@ exports.default = async function(context) {
15
16
console.log("Notarising macOS app. This may be some time.");
17
return await notarize({
18
- appBundleId: 'im.riot.app',
+ appBundleId: 'chat.amp.app',
19
appPath: `${appOutDir}/${appName}.app`,
20
appleId: userId,
21
appleIdPassword: '@keychain:NOTARIZE_CREDS',
22
+ ascProvider: '98C45TS5UN',
23
});
24
}
25
};
0 commit comments