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