10 lines
498 B
Bash
10 lines
498 B
Bash
get_installer "hp.zip" "https://tunmi13.itch.io/haunted-party"
|
|
download "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll"
|
|
export WINEARCH=win64
|
|
export winVer="win8"
|
|
export bottle=tunmi13-64bit
|
|
install_wine_bottle
|
|
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/hp.zip"
|
|
find "${WINEPREFIX}/drive_c/Program Files/hp" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
|
|
add_launcher "c:\Program Files\hp\hp.exe"
|