gravitylow / Updater

Easy automatic updates for Bukkit
MIT License
35 stars 41 forks source link

Support for more complex file name #29

Closed NRUB closed 8 years ago

NRUB commented 8 years ago

Added support for files which name contains many words, like "super new update vVERSION". Only last part contains information about version and all else are file name. It's solved problem with files which name starts on 'v'. For better performance, object "title.split(DELIMETER).lenght-1" might be alocated once as a new String[].

gravitylow commented 8 years ago

LGTM, thanks.