Add a dialog for the case when you don't have a swamp 2 update to install.

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