Fixed, I think, the launcher for warsim.
This commit is contained in:
parent
8952485f8b
commit
19a8a877e1
@ -699,7 +699,9 @@ game_launcher() {
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
if [[ "$game" =~ warsim ]]; then
|
if [[ "$game" =~ warsim ]]; then
|
||||||
wine "$winePath\\$wineExec"
|
pushd "$(winepath "$winePath")"
|
||||||
|
wine "$wineExec"
|
||||||
|
popd
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
if [[ -d "${WINEPREFIX}/drive_c/windows/syswow64" ]]; then
|
if [[ -d "${WINEPREFIX}/drive_c/windows/syswow64" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user