bsmg / ModAssistant

Simple Beat Saber Mod Installer
MIT License
2.49k stars 420 forks source link

Update loop #502

Closed ibillingsley closed 1 year ago

ibillingsley commented 1 year ago

The latest version keeps redownloading itself until https://api.github.com/repos/Assistant/ModAssistant/releases/latest errors out with API rate limit exceeded

Both the App version and latest release tag are 1.1.32.0, but this line strips the last .0 from App.Version. So the comparison here is checking Version("1.1.32.0") > Version("1.1.32") which returns true.

Should be fixed by changing the latest release tag to v1.1.32