bsmg / ModAssistant

Simple Beat Saber Mod Installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update loop

ibillingsley opened this issue · comments

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