Attempt to fix silver dollar

This commit is contained in:
Michael Taboada 2021-08-08 10:13:06 -07:00
parent f884243543
commit 6b5891822e

View File

@ -1903,7 +1903,10 @@ EOF
;;
"Silver Dollar")
export winVer="win7"
install_wine_bottle dotnet40 speechsdk
install_wine_bottle speechsdk
# FIXME: Hacky, but it works. Install dotnet40 by itself so it actually doesn't hang.
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"