Small updates to Shadow Line.

This commit is contained in:
Storm Dragon 2024-09-02 15:36:07 -04:00
parent 0eb04939fa
commit 2f39769362

View File

@ -955,7 +955,7 @@ game_launcher() {
fi fi
if [[ "$game" =~ shadow-line ]]; then if [[ "$game" =~ shadow-line ]]; then
find "${WINEPREFIX}/drive_c/" -type f -name 'nvdaControllerClient.dll' -exec rm -v "{}" \; 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 fi
if [[ "$game" =~ sketchbook ]]; then if [[ "$game" =~ sketchbook ]]; then
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" "{}" \;