Fix two typos

This commit is contained in:
Michael Taboada 2022-02-16 15:26:16 -08:00
parent ac733a2e7e
commit 7b5104dc28

View File

@ -1072,7 +1072,7 @@ case "${game}" in
install_wine_bottle xna31 speechsdk corefonts
# Dotnet is evil. That is all.
DISPLAY="" winetricks -q dotnet40
winetricks -k # Really!
wineserver -k # Really!
download "http://files.OutOfSightGames.com/files/a-heros-call.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/a-heros-call.zip"
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
@ -1695,7 +1695,7 @@ case "${game}" in
install_wine_bottle speechsdk msvcrt40
# Ok, more dotnet.
DISPLAY="" winetricks -q dotnet48 xna40
winetricks -k # Sigh.
wineserver -k # Sigh.
download "http://blind-games.com/newentombed/EntombedSetup.exe"
wine "${cache}/EntombedSetup.exe" /silent
add_launcher "c:\Program Files\Entombed\Entombed.exe"