Attempt to fix silver dollar
This commit is contained in:
parent
f884243543
commit
6b5891822e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user