Add a dialog for the case when you don't have a swamp 2 update to install.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user