6 lines
263 B
Bash
6 lines
263 B
Bash
|
download "${ipfsGateway}/ipfs/QmcTCTMep4zp5zTw8ZaXYpjtu9inNPn8bNzwhW6cX97egw?filename=bloodshed.exe"
|
||
|
export winVer="win7"
|
||
|
install_wine_bottle speechsdk
|
||
|
cp "${cache}/bloodshed.exe" "$WINEPREFIX/drive_c/Program Files/"
|
||
|
add_launcher "c:\Program Files\bloodshed.exe"
|