Finally fixed silver dollar

This commit is contained in:
Michael Taboada 2021-08-08 10:56:03 -07:00
parent 8c43c9b3e6
commit a8c68bda89

View File

@ -1910,11 +1910,12 @@ EOF
"Silver Dollar") "Silver Dollar")
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk 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. # FIXME: Hacky, but it works. Install dotnet40 by itself so it actually doesn't hang.
DISPLAY="" winetricks -q dotnet40 DISPLAY="" winetricks -q dotnet40
wineserver -k # Damn you, dotnet. 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" add_launcher "c:\Program Files\Draconis Entertainment\Silver Dollar\SilverDollarGui.exe"
;; ;;
"Slender Lost Vision") "Slender Lost Vision")