Skip to content

Commit

Permalink
bitcoin: use higher resolution icon
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Jan 18, 2021
1 parent 3c1286c commit 6342a1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/blockchains/bitcoin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ stdenv.mkDerivation rec {

postInstall = optional withGui ''
install -Dm644 ${desktop} $out/share/applications/bitcoin-qt.desktop
install -Dm644 share/pixmaps/bitcoin128.png $out/share/pixmaps/bitcoin128.png
substituteInPlace $out/share/applications/bitcoin-qt.desktop --replace "Icon=bitcoin128" "Icon=bitcoin"
install -Dm644 share/pixmaps/bitcoin256.png $out/share/pixmaps/bitcoin.png
'';

configureFlags = [
Expand Down

0 comments on commit 6342a1a

Please sign in to comment.