mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
bitwarden-desktop: don't sign builds on macOS
Assisted-by: Claude Opus 4.8 via Claude Code
This commit is contained in:
parent
68c787708a
commit
35cc9d8c79
1 changed files with 2 additions and 1 deletions
|
|
@ -147,7 +147,8 @@ buildNpmPackage rec {
|
|||
npm exec electron-builder -- \
|
||||
--dir \
|
||||
-c.electronDist=electron-dist \
|
||||
-c.electronVersion=${electron.version}
|
||||
-c.electronVersion=${electron.version} \
|
||||
${lib.optionalString stdenv.hostPlatform.isDarwin "-c.mac.identity=null"}
|
||||
|
||||
popd
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue