Commit 143437a4 authored by Daniel Șerbănescu's avatar Daniel Șerbănescu
Browse files

soulseekqt: fixed desktop file

parent 81f25b10
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -33,7 +33,8 @@ mkDerivation rec {

      # fixup and install desktop file
      desktop-file-install --dir $out/share/applications \
        --set-key Exec --set-value $binary \
        --set-key Exec --set-value SoulseekQt \
        --set-key Terminal --set-value false \
        --set-key Comment --set-value "${meta.description}" \
        --set-key Categories --set-value Network ${appextracted}/default.desktop
      mv $out/share/applications/default.desktop $out/share/applications/SoulseekQt.desktop