We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878616b commit f01e878Copy full SHA for f01e878
apps/browser/scripts/package-safari.ps1
@@ -52,7 +52,7 @@ foreach ($subBuildPath in $subBuildPaths) {
52
"--verbose",
53
"--force",
54
"--sign",
55
- "4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C",
+ "588E3F1724AE018EBA762E42279DAE85B313E3ED",
56
"--entitlements",
57
$entitlementsPath
58
)
apps/desktop/scripts/after-pack.js
@@ -42,7 +42,7 @@ async function run(context) {
42
if (process.env.GITHUB_ACTIONS === "true") {
43
if (is_mas) {
44
id = is_mas_dev
45
- ? "4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C"
+ ? "588E3F1724AE018EBA762E42279DAE85B313E3ED"
46
: "3rd Party Mac Developer Application: Bitwarden Inc";
47
} else {
48
id = "Developer ID Application: 8bit Solutions LLC";
0 commit comments