.desktop file remove absolute path; fixes #2925

This commit is contained in:
Christoph Johannes Kleine 2025-06-01 15:23:17 +02:00
parent d6228f381d
commit db664803b0
No known key found for this signature in database
GPG key ID: FF75D4DF473093E5
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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