Missing dependency linking it to main addon in .toc
casperstorm opened this issue · 3 comments
Hello,
I am currently creating a Addon Manager and while parsing the .toc
files I've noticed that MythicDungeonTools and MethodDungeonTools does not contains a dependency link: MethodDungeonTools.toc.
I would propose that you add ## RequiredDeps: MythicDungeonTools
to MethodDungeonTools.toc.
This would also mean that my addon, and other third party addon managers, knows that it's a helper addon, and thereby can determine which is the "parent" and only show that.
MethodDungeonTools is the old name of MythicDungeonTools and every reference to it will be removed in this project in the 9.0 prepatch. The curseforge / twitch packaged download currently comes with a stub to overwrite old folder structures so the user does not experience any issues after updating.
Okay, so it seems the issue will be fixed in 9.x if the folder eventually will be removed. Thank you.
fixed in 6a10505