Skip to content

Commit

Permalink
fix: Only add executable name to desktop file (#55)
Browse files Browse the repository at this point in the history
If the path is not fully qualified then it will work regardless of where
the executable is.

Co-authored-by: kintrix007 <[email protected]>
  • Loading branch information
kintrix007 and kintrix007 committed Mar 18, 2024
1 parent 6810d47 commit 2d884ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/vlc-plugin-bittorrent.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Version=1.0
Name=VLC media player (bittorrent)
GenericName=Bittorrent streaming media player
Comment=Read, capture, broadcast your multimedia streams
TryExec=/usr/bin/vlc
Exec=/usr/bin/vlc --started-from-file %U
TryExec=vlc
Exec=vlc --started-from-file %U
Icon=vlc
Terminal=false
NoDisplay=true
Expand Down

0 comments on commit 2d884ff

Please sign in to comment.