added BG Free Cell Solitaire.

This commit is contained in:
Storm Dragon 2021-06-17 21:27:27 -04:00
parent 6fd4fe3bcf
commit 00e74455ff

View File

@ -663,6 +663,7 @@ gameList=(
"BG Cribbage"
"BG Free Cell Solitaire"
"BG Hearts"
"BG Klondike Solitaire"
"BG Mine Sweeper"
"BG Uno"
"Bloodshed"
@ -873,6 +874,14 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\FreecellB\FreecellB.exe"
;;
"BG Klondike Solitaire")
bgInstaller="BGK32Setup10b.exe"
export bottle="bg"
get_installer "$bgInstaller"
install_wine_bottle speechsdk
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\KlondikeB\KlondikeB.exe"
;;
"BG Hearts")
bgInstaller="BGH32Setup10b.exe"
export bottle="bg"