chore: update code signing certificate identity (#171061)

This commit is contained in:
Robo 2023-01-11 22:13:50 +09:00 committed by GitHub
parent 47fe934057
commit 2fae780e49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ async function main() {
'pre-embed-provisioning-profile': false,
keychain: path.join(tempDir, 'buildagent.keychain'),
version: util.getElectronVersion(),
identity: '99FM488X57',
identity: 'U8XXGZG5HC',
'gatekeeper-assess': false
};
const appOpts = {

View file

@ -42,7 +42,7 @@ async function main(): Promise<void> {
'pre-embed-provisioning-profile': false,
keychain: path.join(tempDir, 'buildagent.keychain'),
version: util.getElectronVersion(),
identity: '99FM488X57',
identity: 'U8XXGZG5HC',
'gatekeeper-assess': false
};