From 1c8c2ff73e178eb6a3b82e12b5fc1ae1c9a367d7 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 26 Oct 2020 19:04:21 -0400 Subject: [PATCH] Preparing to push to master branch. --- audiogame-manager.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 20cc5be..b171709 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -328,7 +328,7 @@ gameList=( "Bloodshed" "Crazy Party" "Easter Quest" - "Entombed" + #"Entombed" "Finger Panic" "Fuck That Bird" "Kitchensinc Games" @@ -509,6 +509,12 @@ case "${game}" in rm -fv "${WINEPREFIX}/drive_c/Program Files/Pontes Games/Pontes Kick-ups/nvdaControllerClient32.dll" add_launcher "c:\Program Files\Pontes Games\Pontes Kick-ups\PontesKickUps.exe" ;; + "Q9") + install_wine_bottle + download "http://www.blastbay.com/q9_english_installer.exe" + wine "${cache}/q9_english_installer.exe" /silent + add_launcher "c:\Program Files\Q9 Action Game\q9.exe" + ;; "Revenge of the Undead") export winVer="win7" install_wine_bottle speechsdk @@ -577,12 +583,6 @@ case "${game}" in wine "${cache}/Tspeed_3.0.3.exe" /silent add_launcher "c:\Program Files\Playing in the dark\Top Speed 3\TopSpeed.exe" ;; - "Q9") - install_wine_bottle - download "http://www.blastbay.com/q9_english_installer.exe" - wine "${cache}/q9_english_installer.exe" /silent - add_launcher "c:\Program Files\Q9 Action Game\q9.exe" - ;; "Make a One Time Donation") xdg-open "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=stormdragon2976@gmail.com&lc=US&item_name=Donation+to+Storm+Games&no_note=0&cn=¤cy_code=USD&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted" ;;