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