From b1c30855bc81c1353b5f36c1a5605ce146a53742 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 17 Jun 2021 21:57:50 -0400 Subject: [PATCH] Added more BG BG Solitaire games. --- audiogame-manager.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 7925fb7..017e2fa 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -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"