Updated golden crayon installer and update script.

This commit is contained in:
Storm Dragon
2021-09-09 20:04:07 -04:00
parent 0abdab8442
commit e0729f8821
2 changed files with 3 additions and 1 deletions

View File

@ -1642,7 +1642,7 @@ case "${game}" in
install_wine_bottle speechsdk
download "http://tunmi13.ddns.net/projects/golden_crayon.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/golden_crayon.zip"
find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \;
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
add_launcher "c:\Program Files\\golden_crayon\gc.exe"
;;
"GMA Tank Commander")