about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-06-24 15:57:31 +0200
committerGitHub <noreply@github.com>2024-06-24 15:57:31 +0200
commit6e34b2e165790aeda6d0b312654fe0a45b43a97e (patch)
tree3f0add2cdef8f8b819b21a679509d8dfcfe24c1d /pkgs
parent69b095e77f0a6b6ff498093410fc85d18919d3ad (diff)
parent38ca339cfb1ecc0b18fc4e4b2bc1a918cc8425ce (diff)
Merge pull request #322050 from frc4451/fix-ldtk-icons
ldtk: fix desktop icon not appearing
Diffstat (limited to 'pkgs')
-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
   '';