1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-02 09:43:29 +00:00
Files
browser/.github
Anders Åberg aaeb1f1f7f fix(desktop): add CSC_NAME for MAS signing with pnpm
electron-builder 26.3.6 fixed auto-discovery for Developer ID certificates
but not for "3rd Party Mac Developer Application" certificates used in
MAS builds.

The after-pack.js script successfully finds and uses the MAS certificate
for signing the proxy binary, but electron-builder's own signing mechanism
fails to auto-discover it, falling back to ad-hoc signing.

Add explicit CSC_NAME env var to the MAS build step in the workflow to
tell electron-builder exactly which certificate to use.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 22:12:05 +01:00
..