From a8c68bda89e6fd993537562b91964e0cd8ad6756 Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Sun, 8 Aug 2021 10:56:03 -0700 Subject: [PATCH] Finally fixed silver dollar --- audiogame-manager.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 7a74d6b..5beeff7 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1910,11 +1910,12 @@ EOF "Silver Dollar") export winVer="win7" install_wine_bottle speechsdk + download "http://download.dracoent.com/Windows/SilverDollarSetup.exe" + wine "${cache}/SilverDollarSetup.exe" /silent + # warning warning warning: Do not change location, or installer will not function. # FIXME: Hacky, but it works. Install dotnet40 by itself so it actually doesn't hang. DISPLAY="" winetricks -q dotnet40 wineserver -k # Damn you, dotnet. - download "http://download.dracoent.com/Windows/SilverDollarSetup.exe" - wine "${cache}/SilverDollarSetup.exe" /silent add_launcher "c:\Program Files\Draconis Entertainment\Silver Dollar\SilverDollarGui.exe" ;; "Slender Lost Vision")