Skip to content

Commit 83a0026

Browse files
Set apple signing information
Change-Id: Ie8a2a7d13bff4923cd16544f7ff22d8280e37dc3
1 parent 03660e1 commit 83a0026

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/electron_afterSign.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ exports.default = async function(context) {
1515

1616
console.log("Notarising macOS app. This may be some time.");
1717
return await notarize({
18-
appBundleId: 'im.riot.app',
18+
appBundleId: 'chat.amp.app',
1919
appPath: `${appOutDir}/${appName}.app`,
2020
appleId: userId,
2121
appleIdPassword: '@keychain:NOTARIZE_CREDS',
22+
ascProvider: '98C45TS5UN',
2223
});
2324
}
2425
};

0 commit comments

Comments
 (0)