From 731ce3445b664c26abb6f51dbc82a56ebe92a00e Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 21 Aug 2022 00:32:41 -0400 Subject: [PATCH] Fixed a bug that was copying the wrong dll. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index a655055..3d280ab 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1643,7 +1643,7 @@ case "${game}" in # Weird work around to get keyboard working. winetricks -q usetakefocus=y winetricks -q usetakefocus=n - find "${WINEPREFIX}" -type f -name 'nvdaControllerClient.dll' -exec cp -v "${cache}/nvdaControllerClient64.dll" "{}" \; + find "${WINEPREFIX}" -type f -name 'nvdaControllerClient.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; add_launcher "c:\Program Files\code-dungeon\Code Dungeon.exe" ;; "Copter Mission")