mirror of
https://github.com/audacity/audacity-actions.git
synced 2025-12-10 03:56:07 -06:00
Fixes DMG code signing
This commit is contained in:
parent
ea15726a75
commit
25eef3bfad
2
dist/package/index.js
vendored
2
dist/package/index.js
vendored
@ -96,7 +96,7 @@ async function singApp(appLocation, identity) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function signDMG(dmgPath, appIdentifier, codesignIdentifier) {
|
async function signDMG(dmgPath, appIdentifier, codesignIdentifier) {
|
||||||
if (!identity) {
|
if (!codesignIdentifier) {
|
||||||
helpers.log("Skipping code signings, as there is no codesign identity provided");
|
helpers.log("Skipping code signings, as there is no codesign identity provided");
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -90,7 +90,7 @@ async function singApp(appLocation, identity) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function signDMG(dmgPath, appIdentifier, codesignIdentifier) {
|
async function signDMG(dmgPath, appIdentifier, codesignIdentifier) {
|
||||||
if (!identity) {
|
if (!codesignIdentifier) {
|
||||||
helpers.log("Skipping code signings, as there is no codesign identity provided");
|
helpers.log("Skipping code signings, as there is no codesign identity provided");
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user