besteon / Ironmon-Tracker

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.
MIT License
129 stars 45 forks source link

8.7.1 Patch Release #481

Closed UTDZac closed 1 month ago

UTDZac commented 1 month ago

This is a hotfix for an issue where, if the update "fails" cause it skipped some files, the Tracker wouldn't properly restart itself and display the Release Notes. It would also keep saying an update was available (but it did successfully update).

This resolves that by forcing a success during the XCOPY, which is what is expected and the only possible outcome due to the /c switch.

This fix will automatically apply to any old versions of the Tracker, as the UpdateOrInstall.lua reloads midway through the update.