Merge branch 'testing' forgot to make a change to an installation file

before last merge.
This commit is contained in:
Storm Dragon 2022-10-06 15:30:47 -04:00
commit 30803d6066

View File

@ -1655,12 +1655,7 @@ case "${game}" in
export winVer="win7"
install_wine_bottle
download "https://www.nyanchangames.com/softs/nn3_setup.exe" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd32.dll"
wine "$cache/nn3_setup.exe" &
xdotool sleep 10 key --clearmodifiers --delay=75 ctrl+a
xdotool sleep 1 key --clearmodifiers --delay=75 BackSpace
xdotool sleep 1 type --delay=75 'c:\nyanchangame\bk3'
xdotool sleep 1 key --clearmodifiers --delay=75 Return
wineserver -w
7z x -o"$WINEPREFIX/drive_c/nyanchangame/bk3" "${cache}/nn3_setup.exe"
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient.dll' -exec cp -v "${cache}/nvda2speechd32.dll" "{}" \;
add_launcher "c:\nyanchangame\bk3\play.exe"
;;