forked from Ivasoft/DSView
DSView.desktop: fix Exec path
Under some linux distro, program may not installed in /usr/local/bin/ Debian/Ubuntu/RHEL uses /usr/bin as package default install path Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ Type=Application
|
||||
Encoding=UTF-8
|
||||
Name=DSView
|
||||
Comment=GUI Program for DreamSourceLab USB-based Instruments
|
||||
Exec=/usr/local/bin/DSView
|
||||
Exec=DSView
|
||||
Icon=/usr/local/share/DSView/logo.png
|
||||
Terminal=false
|
||||
Categories=Development;Electronics;Qt;
|
||||
|
||||
Reference in New Issue
Block a user