6 lines
252 B
Bash
6 lines
252 B
Bash
|
export bottle="bg"
|
||
|
download "${ipfsGateway}/ipfs/QmTshtHBEV9dh7wFtaQpNUEYHZ3fBpuhSRZqc7k8HwmtPM?filename=ASB32Setup10.exe"
|
||
|
install_wine_bottle speechsdk
|
||
|
wine "${cache}/ASB32Setup10.exe" /silent
|
||
|
add_launcher "c:\Program Files\Games\AcesUpB\AcesUpB.exe"
|