mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-14 01:01:31 +01:00
Update signature of signing certificate (#13275)
This commit is contained in:
parent
3c3cc897d1
commit
8162be09b2
@ -52,7 +52,7 @@ foreach ($subBuildPath in $subBuildPaths) {
|
|||||||
"--verbose",
|
"--verbose",
|
||||||
"--force",
|
"--force",
|
||||||
"--sign",
|
"--sign",
|
||||||
"E7C9978F6FBCE0553429185C405E61F5380BE8EB",
|
"4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C",
|
||||||
"--entitlements",
|
"--entitlements",
|
||||||
$entitlementsPath
|
$entitlementsPath
|
||||||
)
|
)
|
||||||
|
@ -42,7 +42,7 @@ async function run(context) {
|
|||||||
if (process.env.GITHUB_ACTIONS === "true") {
|
if (process.env.GITHUB_ACTIONS === "true") {
|
||||||
if (is_mas) {
|
if (is_mas) {
|
||||||
id = is_mas_dev
|
id = is_mas_dev
|
||||||
? "E7C9978F6FBCE0553429185C405E61F5380BE8EB"
|
? "4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C"
|
||||||
: "3rd Party Mac Developer Application: Bitwarden Inc";
|
: "3rd Party Mac Developer Application: Bitwarden Inc";
|
||||||
} else {
|
} else {
|
||||||
id = "Developer ID Application: 8bit Solutions LLC";
|
id = "Developer ID Application: 8bit Solutions LLC";
|
||||||
|
Loading…
Reference in New Issue
Block a user