mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
update mas-dev SHA-1 (#14290)
This commit is contained in:
@@ -52,7 +52,7 @@ foreach ($subBuildPath in $subBuildPaths) {
|
|||||||
"--verbose",
|
"--verbose",
|
||||||
"--force",
|
"--force",
|
||||||
"--sign",
|
"--sign",
|
||||||
"4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C",
|
"588E3F1724AE018EBA762E42279DAE85B313E3ED",
|
||||||
"--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
|
||||||
? "4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C"
|
? "588E3F1724AE018EBA762E42279DAE85B313E3ED"
|
||||||
: "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";
|
||||||
|
|||||||
Reference in New Issue
Block a user