Added Free Cell
This commit is contained in:
parent
d4a41df35b
commit
6fd4fe3bcf
@ -661,6 +661,7 @@ gameList=(
|
||||
"Battle Zone"
|
||||
"Beatstar Pro"
|
||||
"BG Cribbage"
|
||||
"BG Free Cell Solitaire"
|
||||
"BG Hearts"
|
||||
"BG Mine Sweeper"
|
||||
"BG Uno"
|
||||
@ -864,6 +865,14 @@ case "${game}" in
|
||||
wine "${cache}/${bgInstaller}" /silent
|
||||
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")
|
||||
bgInstaller="BGH32Setup10b.exe"
|
||||
export bottle="bg"
|
||||
|
Loading…
Reference in New Issue
Block a user