Fcornaire / TF.EX

Rollback netcode for TowerFall

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DL less auto updater

Fcornaire opened this issue · comments

The current auto updater always DL the latest release to check if there an update or not.
A feature should be a way to check without donwloading as since it happen after the game load, it can interfere with the game.
One solution is to use the Github Api but this one require a token, which isn't optimal for the mod.
The second solution is to instead get the last tag from the repository since a release is always tied to a tag

Implemented in #76