Added game Danger on the Wheel.
This commit is contained in:
parent
1f02cc7a1e
commit
ab24f92aa7
@ -540,6 +540,7 @@ gameList=(
|
||||
"Christmas WhoopAss"
|
||||
"Crazy Party"
|
||||
"Crazy Tennis"
|
||||
"Danger on the Wheel"
|
||||
"Death on the Road"
|
||||
"Deathmatch"
|
||||
"Duck Hunt"
|
||||
@ -761,6 +762,13 @@ case "${game}" in
|
||||
wine "${cache}/crazy tennis setup.exe" /sp- /silent
|
||||
add_launcher "c:\Program Files\Crazytennis\crazytennis.exe"
|
||||
;;
|
||||
"Danger on the Wheel")
|
||||
export winVer="win7"
|
||||
install_wine_bottle
|
||||
download "http://oriolgomez.com/games/wheel_en.zip"
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files/danger on the wheel" "${cache}/wheel_en.zip"
|
||||
add_launcher "c:\Program Files\danger on the wheel\game.exe"
|
||||
;;
|
||||
"Death on the Road")
|
||||
export winVer="win7"
|
||||
install_wine_bottle
|
||||
|
Loading…
Reference in New Issue
Block a user