Merge pull request #284827 from Stunkymonkey/polyphone-desktop-icon
polyphone: add desktop item
This commit is contained in:
commit
8c3a2ea145
1 changed files with 5 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue