Cert thumbprint instead of name

This commit is contained in:
Chad Scharf 2020-05-14 12:40:06 -04:00
parent bf141ab20c
commit eb250c63f9
1 changed files with 8 additions and 8 deletions

View File

@ -124,14 +124,14 @@ function distSafariApp(cb, subBuildPath) {
const builtAppexFrameworkPath = buildPath + 'build/Release/safari.appex/Contents/Frameworks/'; const builtAppexFrameworkPath = buildPath + 'build/Release/safari.appex/Contents/Frameworks/';
const entitlementsPath = paths.safari + 'safari/safari.entitlements'; const entitlementsPath = paths.safari + 'safari/safari.entitlements';
var args = [ var args = [
'--verbose', "--verbose",
'--force', "--force",
'-o', "-o",
'runtime', "runtime",
'--sign', "--sign",
'Developer ID Application: 8bit Solutions LLC', "C1921E2FC7B9C2E9F1EAD9BD249CB1507505A862",
'--entitlements', "--entitlements",
entitlementsPath entitlementsPath,
]; ];
if (subBuildPath !== 'dmg') { if (subBuildPath !== 'dmg') {
args = [ args = [