A Lua script for the Bizhawk/mGBA emulator compatible with Pokemon Fire Red, Leaf Green, Ruby, Sapphire, and Emerald that tracks relevant data for the IronMon challenge.
This adds two small fixes. This is important as one of them might be preventing automatic updating for some users (ssl revoke).
Summary of changes:
This adds a --ssl-no-revoke parameter to the curl calls for version checking and archive downloading. In some rare cases, the curl would fail if this param is not present.
Adding more logical version check comparison. Instead of simply a "not equals" to determine if a new version is out, this will now properly check to see if that version is "newer" than the current one.
This adds two small fixes. This is important as one of them might be preventing automatic updating for some users (ssl revoke).
Summary of changes:
--ssl-no-revoke
parameter to thecurl
calls for version checking and archive downloading. In some rare cases, the curl would fail if this param is not present.