6 lines
298 B
Bash
6 lines
298 B
Bash
# Uses standard wine path based on architecture (win32/win64)
|
|
download "https://agarchive.net/games/danZ/lost.zip"
|
|
install_wine_bottle
|
|
install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/lost" "$cache/lost.zip"
|
|
add_launcher 'c:\Program Files\lost\lost.exe'
|