groestlcoin: move icon to spec-compliant location

This commit is contained in:
pancaek
2026-01-30 14:21:20 -08:00
parent 2e0b6e1ae4
commit 4c2caf77ac
@@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
install -Dm644 ${desktop} $out/share/applications/groestlcoin-qt.desktop
substituteInPlace $out/share/applications/groestlcoin-qt.desktop --replace "Icon=groestlcoin128" "Icon=groestlcoin"
install -Dm644 share/pixmaps/groestlcoin256.png $out/share/pixmaps/groestlcoin.png
install -Dm644 share/pixmaps/groestlcoin256.png $out/share/icons/hicolor/256x256/apps/groestlcoin.png
'';
cmakeFlags = [