diff --git a/.install/Smashathon.sh b/.install/Smashathon.sh new file mode 100644 index 0000000..48c652e --- /dev/null +++ b/.install/Smashathon.sh @@ -0,0 +1,5 @@ +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' diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 8890d4a..09031b7 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -375,6 +375,7 @@ get_bottle() { "judgement-day"*) ;& "lockpick"*) ;& "pigeon-panic"*) ;& + "smashathon"*) ;& "super-egg-hunt"*) ;& "super-liam"*) ;& "the-great-toy-robbery"*) export WINEPREFIX="${HOME}/.local/wine/l-works";;