Skip to content

Commit

Permalink
wasabibackend: only install main executable
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Dec 11, 2024
1 parent 257af96 commit 165a9ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/wa/wasabibackend/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ buildDotnetModule rec {
)
'';

executables = [ "WalletWasabi.Backend" ];

postFixup = ''
mv $out/bin/WalletWasabi.Backend $out/bin/WasabiBackend
'';
Expand Down

0 comments on commit 165a9ba

Please sign in to comment.