9 lines
522 B
Bash
9 lines
522 B
Bash
|
get_installer "bounce_bounce.rar" "https://kavyapriya.itch.io/bounce-bounce"
|
||
|
download "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll"
|
||
|
export winVer="win7"
|
||
|
export WINEARCH=win64
|
||
|
install_wine_bottle
|
||
|
unrar x "${cache}/bounce_bounce.rar" -op"$WINEPREFIX/drive_c/Program Files"
|
||
|
find "${WINEPREFIX}/drive_c/Program Files/bounce_bounce" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
|
||
|
add_launcher "c:\Program Files\bounce_bounce\bounce.exe"
|