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 Desktop Entry]
|
||||
Name=$xname
|
||||
Exec=wine "$path" -- $args
|
||||
Exec=wine '$path' -- $args
|
||||
Type=Application
|
||||
Comment=$descr
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue