Moppu / SecretOfManaRandomizer

Randomizer for Secret of Mana
GNU Lesser General Public License v2.1
8 stars 3 forks source link

Move update checks to a more reliable source #7

Closed Moppu closed 2 months ago

Moppu commented 2 months ago

Currently MainForm is grabbing a text file off my personal Dropbox with a single-line version number for what is considered the latest, and comparing the internal version against it to determine whether or not to display a little LinkLabel asking you to update.

I'm not sure this Dropbox request even works anymore. If this version number can be pulled from Github somehow instead it would probably be optimal.