audiogame-manager/.install/Lost.sh

7 lines
319 B
Bash
Raw Normal View History

export bottle=dan-z
download "https://agarchive.net/games/danZ/lost.zip"
install_wine_bottle speechsdk
unzip -d "$WINEPREFIX/drive_c/Program Files/lost" "$cache/lost.zip"
find "$WINEPREFIX/drive_c/Program Files/lost" -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \;
add_launcher 'c:\Program Files\lost\lost.exe'