6 lines
222 B
Bash
6 lines
222 B
Bash
|
export winVer="win7"
|
||
|
download "https://www.vgstorm.com/manamon/manamon_installer.exe"
|
||
|
install_wine_bottle speechsdk
|
||
|
wine "${cache}/manamon_installer.exe" /silent
|
||
|
add_launcher "c:\Program Files\VGStorm.com\Manamon\rpg.exe"
|