Commit 9a3a1448 authored by Lei Zhang's avatar Lei Zhang Committed by Alexandre Julliard

tools/wineshelllink: Create links with WINEPREFIX.

parent f407e9a0
......@@ -87,7 +87,7 @@ desktop_entry()
cat <<EOF
[Desktop Entry]
Name=$linkname
Exec=wine "$path" $args
Exec=env WINEPREFIX="${WINEPREFIX:-$HOME/.wine}" wine "$path" $args
Type=Application
EOF
[ -z "$descr" ] || echo "Comment=$descr"
......
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