Added RS Games.
This commit is contained in:
parent
66a9a6d0e6
commit
38d7b89340
@ -342,6 +342,7 @@ gameList=(
|
||||
"Pontes Kickups!"
|
||||
"Q9"
|
||||
"Revenge of the Undead"
|
||||
"RS Games"
|
||||
"Run For Your Life"
|
||||
"Shades of Doom"
|
||||
"Super Egg Hunt"
|
||||
@ -534,6 +535,15 @@ case "${game}" in
|
||||
rm -fv "${WINEPREFIX}/drive_c/Program Files/rotu/nvdaControllerClient32.dll"
|
||||
add_launcher "c:\Program Files\rotu\rotu.exe"
|
||||
;;
|
||||
"RS Games")
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
download "http://rsgames.org/rsdownloads/rsgclient/rsgames-client-setup-2.01.exe"
|
||||
wine "${cache}/rsgames-client-setup-2.01.exe" /silent
|
||||
cp -v "${cache}/nvdaControllerClient32.dll" "${WINEPREFIX}/drive_c/Program Files/RS Games Client/"
|
||||
cp -v "${cache}/nvdaControllerClient32.dll" "${WINEPREFIX}/drive_c/Program Files/RS Games Client/accessible_output2/lib/"
|
||||
add_launcher "c:\Program Files\RS Games Client\rsg.exe"
|
||||
;;
|
||||
"Run For Your Life")
|
||||
export winVer="win7"
|
||||
install_wine_bottle
|
||||
|
Loading…
Reference in New Issue
Block a user