View Single Post
09-07-15, 01:19 AM   #9
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Tonyleila View Post
I'm also not very happy with this normaly the curse client shoud install the Libs separated for me but for Details! and Flash TaskBar they stay inside the AddOn Folder anyway maybe because they were modified.
No, it's because the library files are hard-embedded in the addon's own repository, instead of being listed as embeds in the addon's .pkgmeta file and pulled in by the packager. This is generally a bad practice, since in addition to the issue you're encountering, it also means that if those libraries are updated, the addon will then be shipping outdated copies of them.

Really, though, the libraries should just be removed. I already rewrote the addon without libraries for my personal use because the 30000% bloat was so disturbing.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote