Vianvolaeus/VVtools

Addon updater in prefs no __init__ in new source

Opened this issue · 1 comments

Probably a bad implementation on my part. Not sure why nonetheless, obviously the source has an init.py.

At the very least new releases are showing and manual redirect is working.

okay, so it's because the addon-updater doesn't actually use the files from the release, it looks at the release tag in the repo to determine if there's a new version, and then downloads the whole repo zip instead (not what's actually in the release) - since the init is subfoldered in the main repo, it throws an error

will fix later