Unverified Commit 8c3a2ea1 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #284827 from Stunkymonkey/polyphone-desktop-icon

polyphone: add desktop item
parents 553970bf a070fb79
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -29,8 +29,13 @@ mkDerivation rec {
  '';

  installPhase = ''
    runHook preInstall
    install -d $out/bin
    install -m755 bin/polyphone $out/bin/

    install -Dm444 ./contrib/com.polyphone_soundfonts.polyphone.desktop -t $out/share/applications/
    install -Dm444 ./contrib/polyphone.svg -t $out/share/icons/hicolor/scalable/apps/
    runHook postInstall
  '';

  qmakeFlags = [