Fixed launcher for Warsim.
This commit is contained in:
parent
f459791fda
commit
cabe79cc34
@ -919,8 +919,8 @@ custom_launch_parameters() {
|
||||
exit 0
|
||||
fi
|
||||
if [[ "${game[0]}" == "warsim" ]]; then
|
||||
pushd "$(winepath "$winePath")"
|
||||
wine "$wineExec"
|
||||
pushd "$(winepath "${game[1]%\\*}")"
|
||||
wine "${game[1]##*\\}"
|
||||
popd
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user