forked from qt-creator/qt-creator
Mobile app wizard: Fix desktop file contents.
The "Exec" value was not consistent with the installation prefix in the .pri file.
This commit is contained in:
@@ -4,7 +4,7 @@ Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Name=thisApp
|
||||
Exec=/opt/usr/bin/thisApp
|
||||
Exec=/opt/thisApp/bin/thisApp
|
||||
Icon=thisApp
|
||||
X-Window-Icon=
|
||||
X-HildonDesk-ShowInToolbar=true
|
||||
|
||||
Reference in New Issue
Block a user