From 937b52ffd04df78d3a052f11b2fd09a82b02fc45 Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Fri, 2 May 2025 01:22:50 -0700 Subject: [PATCH] Added tiny game smashathon. Get angry! --- .install/Smashathon.sh | 5 +++++ audiogame-manager.sh | 1 + 2 files changed, 6 insertions(+) create mode 100644 .install/Smashathon.sh 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";;