Entombed working again, requires wine 7.0.
This commit is contained in:
parent
7e90f9586f
commit
2fdf75a477
@ -838,7 +838,7 @@ game_launcher() {
|
||||
exit 0
|
||||
fi
|
||||
if [[ "$game" =~ entombed ]]; then
|
||||
export version="7.7"
|
||||
export version="7.0"
|
||||
fi
|
||||
if [[ "$game" =~ rs-games ]] || [[ "$game" =~ screaming-strike-2 ]]; then
|
||||
pushd "$(winepath "$winePath")"
|
||||
@ -1972,7 +1972,7 @@ case "${game}" in
|
||||
add_launcher "c:\Program Files\Endless Runner\runner.exe"
|
||||
;;
|
||||
"Entombed")
|
||||
export version="7.7"
|
||||
export version="7.0"
|
||||
install_wine "$version" "32"
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk msvcrt40 gdiplus ie7 wmp11 mf
|
||||
|
Loading…
Reference in New Issue
Block a user