Updated golden crayon installer and update script.
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user