7 lines
319 B
Bash
7 lines
319 B
Bash
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'
|