Fixed quoting of KDE desktop entry.
This commit is contained in:
parent
8fc98cdef8
commit
c4e9ea1a7e
|
@ -84,7 +84,7 @@ kde_entry()
|
||||||
# KDE Config File
|
# KDE Config File
|
||||||
[KDE Desktop Entry]
|
[KDE Desktop Entry]
|
||||||
Name=$xname
|
Name=$xname
|
||||||
Exec=wine "$path" -- $args
|
Exec=wine '$path' -- $args
|
||||||
Type=Application
|
Type=Application
|
||||||
Comment=$descr
|
Comment=$descr
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue