Added Free Cell

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

View File

@ -661,6 +661,7 @@ gameList=(
"Battle Zone" "Battle Zone"
"Beatstar Pro" "Beatstar Pro"
"BG Cribbage" "BG Cribbage"
"BG Free Cell Solitaire"
"BG Hearts" "BG Hearts"
"BG Mine Sweeper" "BG Mine Sweeper"
"BG Uno" "BG Uno"
@ -864,6 +865,14 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\CribbageB\CribbageB.exe" add_launcher "c:\Program Files\Games\CribbageB\CribbageB.exe"
;; ;;
"BG Free Cell Solitaire")
bgInstaller="BGF32Setup20.exe"
export bottle="bg"
get_installer "$bgInstaller"
install_wine_bottle speechsdk
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\FreecellB\FreecellB.exe"
;;
"BG Hearts") "BG Hearts")
bgInstaller="BGH32Setup10b.exe" bgInstaller="BGH32Setup10b.exe"
export bottle="bg" export bottle="bg"