mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 13:26:24 +00:00
patch: change the name of the certificate
Now that we use the new certs from Apple, we need an Installer cert to sign a pkg.
This commit is contained in:
parent
85806f240f
commit
2a538d0f8d
@ -366,7 +366,7 @@ export async function signFilesForNotarization() {
|
||||
'-d',
|
||||
'-f',
|
||||
'-s',
|
||||
'Developer ID Application: Balena Ltd (66H43P8FRG)',
|
||||
'Developer ID Installer: Balena Ltd (66H43P8FRG)',
|
||||
item.path,
|
||||
]);
|
||||
await whichSpawn('codesign', [
|
||||
|
Loading…
Reference in New Issue
Block a user