Fixed, I think, the launcher for warsim.

This commit is contained in:
Storm Dragon 2021-08-08 16:10:16 -04:00
parent 8952485f8b
commit 19a8a877e1

View File

@ -699,7 +699,9 @@ game_launcher() {
exit 0
fi
if [[ "$game" =~ warsim ]]; then
wine "$winePath\\$wineExec"
pushd "$(winepath "$winePath")"
wine "$wineExec"
popd
exit 0
fi
if [[ -d "${WINEPREFIX}/drive_c/windows/syswow64" ]]; then