Skip to content

Commit f01e878

Browse files
committed
update store profile SHA-1
1 parent 878616b commit f01e878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/browser/scripts/package-safari.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ foreach ($subBuildPath in $subBuildPaths) {
5252
"--verbose",
5353
"--force",
5454
"--sign",
55-
"4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C",
55+
"588E3F1724AE018EBA762E42279DAE85B313E3ED",
5656
"--entitlements",
5757
$entitlementsPath
5858
)

apps/desktop/scripts/after-pack.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async function run(context) {
4242
if (process.env.GITHUB_ACTIONS === "true") {
4343
if (is_mas) {
4444
id = is_mas_dev
45-
? "4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C"
45+
? "588E3F1724AE018EBA762E42279DAE85B313E3ED"
4646
: "3rd Party Mac Developer Application: Bitwarden Inc";
4747
} else {
4848
id = "Developer ID Application: 8bit Solutions LLC";

0 commit comments

Comments
 (0)