Fixed, I think, the launcher for warsim.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user