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" "{}" \;