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

Use alpha versions of datastore* mods. #20

Closed zurohki closed 6 years ago

zurohki commented 6 years ago

For some reason, the dev for the DataStore addons stopped doing actual releases back around the start of WoD and now just does alpha releases on the project page. So installing the latest 'release' version gets you a version from 2014 that doesn't work.

This grabs the latest alpha from the project page instead.

zurohki commented 6 years ago

a706833 should fix #23

zurohki commented 6 years ago

In hindsight, some of this should have had it's own pull request. Oh well.

metal-pony commented 6 years ago

I can confirm the fix to #23

kuhnertdm commented 6 years ago

Thank you, merged