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

ElvUI_Config doesn't get loaded #38

Closed edemirel closed 6 years ago

edemirel commented 6 years ago

When you have multiple folders that extract from the same exact version, the installer thinks they're the exact same. I fixed it by adding a second check in here which forces an update if there's a subfolder. Im sure there' a better way to fix this but just wanted to get it working.

if (currentVersion != installedVersion) or (subfolder != "") :

kuhnertdm commented 6 years ago

This should be fixed now. It now stores subfolder info in the installed.txt file. I didn't have a good way to test this on an addon with multiple subfolders, so please remake this issue if it's still not working on the newest version.