wineshelllink: Remove quotes from Path=<workdir>.
This commit is contained in:
parent
1e408c954c
commit
5072fd440a
|
@ -107,7 +107,7 @@ Exec=wine "$path" $args
|
|||
Type=Application
|
||||
Comment=$descr
|
||||
EOF
|
||||
[ -z "$workdir" ] || echo "Path=\"$workdir\""
|
||||
[ -z "$workdir" ] || echo "Path=$workdir"
|
||||
[ -z "$xpmicon" ] || echo "Icon=$xpmicon"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue