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

polyphone: add desktop item
This commit is contained in:
Pol Dellaiera
2024-01-31 21:57:10 +01:00
committed by GitHub
@@ -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 = [