Fixed a bug that was copying the wrong dll.

This commit is contained in:
Storm Dragon 2022-08-21 00:32:41 -04:00
parent b10ff24c1e
commit 731ce3445b

View File

@ -1643,7 +1643,7 @@ case "${game}" in
# Weird work around to get keyboard working. # Weird work around to get keyboard working.
winetricks -q usetakefocus=y winetricks -q usetakefocus=y
winetricks -q usetakefocus=n 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" add_launcher "c:\Program Files\code-dungeon\Code Dungeon.exe"
;; ;;
"Copter Mission") "Copter Mission")