Merge branch 'testing' of ssh://git.stormux.org:1101/storm/audiogame-manager into testing

This commit is contained in:
Storm Dragon
2026-09-22 14:07:38 -04:00
+2
View File
@@ -13,4 +13,6 @@ if [[ $newver -gt $myver ]]; then
download "https://kaldobsky.com/audiogames/swamp2_update.zip"
install_with_progress unzip "Extracting game files..." -d "${swamphouse}" "${cache}/swamp2_update.zip"
rm "${cache}/swamp2_update.zip"
else
agm_msgbox "Nothing to do; your game is up to date."
fi