meta-digi: recipes-qt: fix qmlvideo application desktop execution path
Signed-off-by: Mike Engel <Mike.Engel@digi.com> https://jira.digi.com/browse/DEL-6691
This commit is contained in:
parent
7c00d4aa01
commit
4b74b82686
|
|
@ -1,6 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Name=Qt5 QML player
|
||||
Exec=/bin/sh -c "cd /usr/share/qt5/examples/multimedia/video/qmlvideo; ./qmlvideo"
|
||||
Exec=/bin/sh -c "cd /usr/share/examples/multimedia/video/qmlvideo; ./qmlvideo"
|
||||
Icon=qmlvideo
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
|
|
|||
Loading…
Reference in New Issue