Fixed up survive the wild. It is officially working!
This commit is contained in:
parent
866db35651
commit
953a029c94
@ -891,7 +891,9 @@ game_launcher() {
|
|||||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
||||||
fi
|
fi
|
||||||
if [[ "$game" =~ survive-the-wild ]]; then
|
if [[ "$game" =~ survive-the-wild ]]; then
|
||||||
"${0%/*}/speech/clipboard_reader.sh" stw &
|
cd "$(winepath -u "$winePath")"
|
||||||
|
wine "$winePath\\$wineExec" 2>/dev/null | spd-say -e --
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
if [[ "$game" =~ audiodisc ]]; then
|
if [[ "$game" =~ audiodisc ]]; then
|
||||||
wine "$winePath\\$wineExec"
|
wine "$winePath\\$wineExec"
|
||||||
|
Loading…
Reference in New Issue
Block a user