Commit 958a28e4 authored by OPNA2608's avatar OPNA2608 Committed by Anderson Torres
Browse files

ppsspp-{sdl,sdl-wayland,qt}: Install desktop icons

parent 5b57136c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: {
    ''
      runHook preInstall

      mkdir -p $out/share/{applications,ppsspp}
      mkdir -p $out/share/{applications,ppsspp,icons}
    '' + (if enableQt then ''
      install -Dm555 PPSSPPQt $out/bin/ppsspp
      wrapProgram $out/bin/ppsspp \
@@ -110,6 +110,7 @@ stdenv.mkDerivation (finalAttrs: {
        --prefix LD_LIBRARY_PATH : ${vulkanPath} \
    '' + "\n" + ''
      mv assets $out/share/ppsspp
      mv ../icons/hicolor $out/share/icons

      runHook postInstall
    '';