7 lines
361 B
Bash
7 lines
361 B
Bash
# Uses standard wine path based on architecture (win32/win64)
|
|
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'
|