about summary refs log tree commit diff
path: root/pkgs/applications/editors/ldtk/default.nix
diff options
context:
space:
mode:
authorLewis Arias <lewisgarias@outlook.com>2024-06-23 18:06:43 -0400
committerLewis Arias <lewisgarias@outlook.com>2024-06-23 18:06:43 -0400
commit38ca339cfb1ecc0b18fc4e4b2bc1a918cc8425ce (patch)
tree82505e2cb805b42f8e3154fba4041d86d54c5c46 /pkgs/applications/editors/ldtk/default.nix
parent661b8098ceb01f970e8963d9a790c51dcc09bf0e (diff)
ldtk: install desktop icon in correct directory
Diffstat (limited to 'pkgs/applications/editors/ldtk/default.nix')
-rw-r--r--pkgs/applications/editors/ldtk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/ldtk/default.nix b/pkgs/applications/editors/ldtk/default.nix
index f93e0c62e3857..4e05fc2b39117 100644
--- a/pkgs/applications/editors/ldtk/default.nix
+++ b/pkgs/applications/editors/ldtk/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
     install -Dm644 'LDtk ${finalAttrs.version} installer.AppImage' $out/share/ldtk.AppImage
     makeWrapper ${appimage-run}/bin/appimage-run $out/bin/ldtk \
       --add-flags $out/share/ldtk.AppImage
-    install -Dm644 src/ldtk.png $out/share/icons/hicolor/1024x1024/apps/ldtk.png
+    install -Dm644 src/ldtk.png $out/share/icons/hicolor/512x512/apps/ldtk.png
 
     runHook postInstall
   '';