groestlcoin: move icon to spec-compliant location (#485486)

This commit is contained in:
dish
2026-02-13 19:32:55 +00:00
committed by GitHub
@@ -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 = [