6 lines
208 B
Bash
6 lines
208 B
Bash
|
export winVer="win7"
|
||
|
download "http://www.gmagames.com/sod20022.exe"
|
||
|
install_wine_bottle vb6run dx8vb speechsdk
|
||
|
wine "${cache}/sod20022.exe" /silent
|
||
|
add_launcher "c:\Program Files\Shades of Doom 2.0\sod.exe"
|