Added more BG BG Solitaire games.

This commit is contained in:
Storm Dragon 2021-06-17 21:57:50 -04:00
parent 00e74455ff
commit b1c30855bc

View File

@ -665,6 +665,8 @@ gameList=(
"BG Hearts"
"BG Klondike Solitaire"
"BG Mine Sweeper"
"BG Penguin Solitaire"
"BG Scorpion Solitaire"
"BG Uno"
"Bloodshed"
"Bombercats"
@ -898,6 +900,22 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\MinesweeperB\MinesweeperB.exe"
;;
"BG Penguin Solitaire")
bgInstaller="BPS32Setup10c.exe"
export bottle="bg"
get_installer "$bgInstaller"
install_wine_bottle speechsdk
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\PenguinB\PenguinB.exe"
;;
"BG Scorpion Solitaire")
bgInstaller="BSS32Setup10.exe"
export bottle="bg"
get_installer "$bgInstaller"
install_wine_bottle speechsdk
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\ScorpionB\ScorpionB.exe"
;;
"BG Uno")
bgInstaller="BGU32Setup11a.exe"
export bottle="bg"