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:
Edwin Joassart 2024-09-27 15:39:39 +02:00 committed by Thodoris Greasidis
parent 85806f240f
commit 2a538d0f8d

View File

@ -366,7 +366,7 @@ export async function signFilesForNotarization() {
'-d', '-d',
'-f', '-f',
'-s', '-s',
'Developer ID Application: Balena Ltd (66H43P8FRG)', 'Developer ID Installer: Balena Ltd (66H43P8FRG)',
item.path, item.path,
]); ]);
await whichSpawn('codesign', [ await whichSpawn('codesign', [