6 lines
254 B
Bash
6 lines
254 B
Bash
export bottle="l-works"
|
|
download "https://agarchive.net/games/lworks/Smashathon0.02.zip"
|
|
install_wine_bottle speechsdk
|
|
unzip -d "$WINEPREFIX/drive_c/Program Files" "$cache/Smashathon0.02.zip"
|
|
add_launcher 'c:\Program Files\Smashathon0.02\smashathon.exe'
|