Added mkwine.sh script for making test bottles.
This commit is contained in:
@ -180,7 +180,6 @@ gameList=(
|
||||
"Bloodshed"
|
||||
"Kitchensinc Games"
|
||||
"Light Cars"
|
||||
"Rail Racer"
|
||||
"Shades of Doom"
|
||||
"Super Egg Hunt"
|
||||
"Super Liam"
|
||||
@ -251,13 +250,6 @@ case "${game}" in
|
||||
add_launcher "c:\Program Files\Lighttech Interactive\Light Cars\lightCars.exe"
|
||||
rm -f "$WINEPREFIX/drive_c/Program Files/light cars setup.exe"
|
||||
;;
|
||||
"Rail Racer")
|
||||
install_wine_bottle
|
||||
wget -O "$WINEPREFIX/drive_c/Program Files/RailRacerDemo10Setup.exe" "https://www.agarchive.net/games/other/RailRacerDemo10Setup.exe"
|
||||
wine "$WINEPREFIX/drive_c/Program Files/RailRacerDemo10Setup.exe" /silent
|
||||
#add_launcher "c:\Program Files\"
|
||||
rm -f "$WINEPREFIX/drive_c/Program Files/RailRacerDemo10Setup.exe"
|
||||
;;
|
||||
"Shades of Doom")
|
||||
install_wine_bottle vcrun6
|
||||
wget -O "$WINEPREFIX/drive_c/Program Files/sod20022.exe" "http://www.gmagames.com/sod20022.exe"
|
||||
|
Reference in New Issue
Block a user