mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-30 17:59:02 -04:00
.desktop file remove absolute path; fixes #2925
This commit is contained in:
parent
d6228f381d
commit
db664803b0
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
Version=1.0
|
||||
Name=RetroShare
|
||||
Comment=Securely share files with your friends
|
||||
Exec=/usr/bin/retroshare %U
|
||||
Exec=retroshare %U
|
||||
Icon=/usr/share/pixmaps/retroshare.xpm
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
|
|
@ -3,7 +3,7 @@ Encoding=UTF-8
|
|||
Version=1.0
|
||||
Name=RetroShare
|
||||
Comment=Securely communicate with your friends
|
||||
Exec=/usr/bin/retroshare %U
|
||||
Exec=retroshare %U
|
||||
Icon=/usr/share/pixmaps/retroshare.xpm
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue