Commit 5072fd44 authored by Vitaly Lipatov's avatar Vitaly Lipatov Committed by Alexandre Julliard

wineshelllink: Remove quotes from Path=<workdir>.

parent 1e408c95
......@@ -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"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment