Fixed a bug that was copying the wrong dll.
This commit is contained in:
parent
b10ff24c1e
commit
731ce3445b
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user