From 953a029c94e3d96ba8acc4ad9105326e213b4bbb Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Fri, 26 May 2023 06:31:43 -0700 Subject: [PATCH] Fixed up survive the wild. It is officially working! --- audiogame-manager.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index bcb2de1..0ea4696 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -891,7 +891,9 @@ game_launcher() { find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; fi 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 if [[ "$game" =~ audiodisc ]]; then wine "$winePath\\$wineExec"