Testing different cert for signing
This commit is contained in:
parent
c9ff5a4bbe
commit
f196538560
|
@ -133,8 +133,8 @@ function distSafariApp(cb, subBuildPath) {
|
||||||
"--force",
|
"--force",
|
||||||
"--sign",
|
"--sign",
|
||||||
subBuildPath === "mas"
|
subBuildPath === "mas"
|
||||||
? "3rd Party Mac Developer Application: 8bit Solutions LLC"
|
? "Apple Distribution: Bitwarden Inc"
|
||||||
: "6B287DD81FF922D86FD836128B0F62F358B38726",
|
: "804423200FF8ED2D5198919ED1831AAF83380226",
|
||||||
"--entitlements",
|
"--entitlements",
|
||||||
entitlementsPath,
|
entitlementsPath,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue