diff --git a/audiogame-manager.sh b/audiogame-manager.sh index bd9970c..7656390 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -769,6 +769,7 @@ gameList=( "Undead Assault" "Villains From Beyond" "VIP Mud" + "Windows Attack" #"World of War" ) @@ -1677,6 +1678,13 @@ EOF echo "To be sure that each new dialog has had time to complete, wait a second between each press of enter." echo "In each subsequent launch, you will need to hit enter a couple times before it starts speaking." ;; + "Windows Attack") + get_installer "WA.exe" + export winVer="win7" + install_wine_bottle speechsdk + cp "${cache}/WA.exe" "$WINEPREFIX/drive_c/Program Files/" + add_launcher "c:\Program Files\WA.exe" + ;; "World of War") export winVer="win7" install_wine_bottle speechsdk