tools/wineshelllink: Create links with WINEPREFIX.
This commit is contained in:
parent
f407e9a05d
commit
9a3a144896
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue