Skip to content

Commit 1e0373a

Browse files
committed
worldpainter: move icon to spec-compliant location
1 parent d1c15b7 commit 1e0373a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wo/worldpainter/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ stdenv.mkDerivation rec {
3737
find .install4j/ -maxdepth 1 -type f -exec install -Dm644 {} "$out/.install4j/" \;
3838
find .install4j/user/ -maxdepth 1 -type f -exec install -Dm644 {} "$out/.install4j/user/" \;
3939
40-
mkdir -p $out/share/{pixmaps,applications}
41-
install -Dm644 .install4j/i4j_extf_8_jed6s0_1y6kkxa.png "$out/share/pixmaps/worldpainter.png"
40+
mkdir -p $out/share/applications
41+
install -Dm644 .install4j/i4j_extf_8_jed6s0_1y6kkxa.png "$out/share/icons/hicolor/128x128/apps/worldpainter.png"
4242
runHook postInstall
4343
'';
4444

0 commit comments

Comments
 (0)