Merge pull request #1229 from bitwarden/safari-publish-thumbprint

Cert thumbprint instead of name
This commit is contained in:
Chad Scharf 2020-05-14 12:47:52 -04:00 committed by GitHub
commit 253f8dbaf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ function distSafariApp(cb, subBuildPath) {
'-o',
'runtime',
'--sign',
'Developer ID Application: 8bit Solutions LLC',
'C1921E2FC7B9C2E9F1EAD9BD249CB1507505A862',
'--entitlements',
entitlementsPath
];