Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ldtk: install desktop icon in correct directory

+1 -1
+1 -1
pkgs/applications/editors/ldtk/default.nix
··· 29 install -Dm644 'LDtk ${finalAttrs.version} installer.AppImage' $out/share/ldtk.AppImage 30 makeWrapper ${appimage-run}/bin/appimage-run $out/bin/ldtk \ 31 --add-flags $out/share/ldtk.AppImage 32 - install -Dm644 src/ldtk.png $out/share/icons/hicolor/1024x1024/apps/ldtk.png 33 34 runHook postInstall 35 '';
··· 29 install -Dm644 'LDtk ${finalAttrs.version} installer.AppImage' $out/share/ldtk.AppImage 30 makeWrapper ${appimage-run}/bin/appimage-run $out/bin/ldtk \ 31 --add-flags $out/share/ldtk.AppImage 32 + install -Dm644 src/ldtk.png $out/share/icons/hicolor/512x512/apps/ldtk.png 33 34 runHook postInstall 35 '';