kuhnertdm / wow-addon-updater

Python script for mass-updating World of Warcraft addons
GNU General Public License v3.0
116 stars 28 forks source link

Don't reinstall addons if we've already installed the latest version. #4

Closed zurohki closed 7 years ago

zurohki commented 7 years ago

Added version tracking in an 'installed versions' file. Just add an 'Installed Versions File' entry to config.ini and the file will be created and populated the next time WoWAddonUpdater runs.

Then on subsequent update runs we can just read the version number from the Curse page and if that's the version we've installed there's no need to thrash Curse's download server.

kuhnertdm commented 7 years ago

Sorry, I had pulled in some changes before integrating this. Saritus has modified the code in this request to integrate it with the current state of the project in #6 . You will both be credited, obviously.