Skip to content

Commit

Permalink
Set apple signing information
Browse files Browse the repository at this point in the history
Change-Id: I86ef11125d23af772eabff6c64fcc42d1e4d9c2c
  • Loading branch information
awesome-michael committed Mar 16, 2020
1 parent 864002f commit 4f2aea2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/electron_afterSign.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ exports.default = async function(context) {

console.log("Notarising macOS app. This may be some time.");
return await notarize({
appBundleId: 'im.riot.app',
appBundleId: 'care.amp.app',
appPath: `${appOutDir}/${appName}.app`,
appleId: userId,
appleIdPassword: '@keychain:NOTARIZE_CREDS',
ascProvider: '98C45TS5UN',
});
}
};

0 comments on commit 4f2aea2

Please sign in to comment.