1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 07:23:45 +00:00

Remove certificate type prefix from CSC_NAME

electron-builder auto-detects the certificate type, so just provide
the organization name without the "Developer ID Application:" or
"3rd Party Mac Developer Application:" prefix.
This commit is contained in:
Anders Åberg
2025-12-16 15:41:53 +01:00
parent 79908b8cd1
commit 73272144e9

View File

@@ -1499,7 +1499,7 @@ jobs:
APP_STORE_CONNECT_AUTH_KEY: 6TV9MKN3GP
APP_STORE_CONNECT_AUTH_KEY_PATH: ~/private_keys/AuthKey_6TV9MKN3GP.p8
CSC_FOR_PULL_REQUEST: true
CSC_NAME: "Developer ID Application: 8bit Solutions LLC"
CSC_NAME: "8bit Solutions LLC"
run: pnpm run pack:mac
- name: Upload .zip artifact
@@ -1788,7 +1788,7 @@ jobs:
APP_STORE_CONNECT_AUTH_KEY: 6TV9MKN3GP
APP_STORE_CONNECT_AUTH_KEY_PATH: ~/private_keys/AuthKey_6TV9MKN3GP.p8
CSC_FOR_PULL_REQUEST: true
CSC_NAME: "3rd Party Mac Developer Application: Bitwarden Inc"
CSC_NAME: "Bitwarden Inc"
run: pnpm run pack:mac:mas
- name: Create MacOS App Store build number artifact