6 lines
207 B
Bash
6 lines
207 B
Bash
|
export winVer="win7"
|
||
|
download "http://www.vgstorm.com/the_gate_installer.exe"
|
||
|
install_wine_bottle
|
||
|
wine "${cache}/the_gate_installer.exe" /silent
|
||
|
add_launcher "c:\Program Files\VGStorm.com\The Gate\gate.exe"
|