Merge pull request #2493 from bitwarden/certs/update-signing-cert

This commit is contained in:
Micaiah Martin 2022-04-05 14:47:17 +00:00 committed by GitHub
commit 4a2e1588e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -133,8 +133,8 @@ function distSafariApp(cb, subBuildPath) {
"--force",
"--sign",
subBuildPath === "mas"
? "3rd Party Mac Developer Application: 8bit Solutions LLC"
: "6B287DD81FF922D86FD836128B0F62F358B38726",
? "Apple Distribution: Bitwarden Inc"
: "804423200FF8ED2D5198919ED1831AAF83380226",
"--entitlements",
entitlementsPath,
];