1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-01 04:37:40 +02:00

Revert "Update signing certificate" (#2495)

This commit is contained in:
Oscar Hinton 2022-04-07 22:12:41 +02:00 committed by GitHub
parent 4a5feafeb8
commit 24f54c580a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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