1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 05:00:10 +00:00

update store profile SHA-1

This commit is contained in:
Opeyemi Alao
2025-05-01 16:26:36 +01:00
parent 878616b3ca
commit f01e878ec1
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ foreach ($subBuildPath in $subBuildPaths) {
"--verbose",
"--force",
"--sign",
"4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C",
"588E3F1724AE018EBA762E42279DAE85B313E3ED",
"--entitlements",
$entitlementsPath
)

View File

@@ -42,7 +42,7 @@ async function run(context) {
if (process.env.GITHUB_ACTIONS === "true") {
if (is_mas) {
id = is_mas_dev
? "4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C"
? "588E3F1724AE018EBA762E42279DAE85B313E3ED"
: "3rd Party Mac Developer Application: Bitwarden Inc";
} else {
id = "Developer ID Application: 8bit Solutions LLC";