Browse Source

Testing different cert for signing

pull/2493/head
Micaiah Martin 4 years ago
parent
commit
f196538560
  1. 4
      gulpfile.js

4
gulpfile.js

@ -133,8 +133,8 @@ function distSafariApp(cb, subBuildPath) { @@ -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,
];

Loading…
Cancel
Save