From 2f397693624600afb8e276a3cb28b9cf40fa0c2a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 2 Sep 2024 15:36:07 -0400 Subject: [PATCH] Small updates to Shadow Line. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index c742819..d79ae5c 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -955,7 +955,7 @@ game_launcher() { fi if [[ "$game" =~ shadow-line ]]; then find "${WINEPREFIX}/drive_c/" -type f -name 'nvdaControllerClient.dll' -exec rm -v "{}" \; - "${0%/*}/speech/clipboard_reader.sh" play_sr.exe shadow-line & + "${0%/*}/speech/clipboard_translator.sh" play_sr.exe shadow-line & fi if [[ "$game" =~ sketchbook ]]; then find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;