I'm assuming this may be something I'm doing incorrectly, but I'm wondering if there is some trick to this.
I have written my Addon to be universal. It has the multiple ToC format for all versions and the Addon has version detection code. This way, I only have one code base. My original thought was I just put this on Curse and tag it for all 3 versions. However, doing this does not show in the Updaters in all variants, it only shows in one.
The only way I've been able to get this to work is to create three separate files, one for Mainline, one for BCC, one for Classic. I then have to post them as each version solo, seperately.
Is there a better way to do this? I'd really like to just post the one file and have it appear on the Updaters for ALL version if possible.
I'm assuming this may be something I'm doing incorrectly, but I'm wondering if there is some trick to this.
I have written my Addon to be universal. It has the multiple ToC format for all versions and the Addon has version detection code. This way, I only have one code base. My original thought was I just put this on Curse and tag it for all 3 versions. However, doing this does not show in the Updaters in all variants, it only shows in one.
The only way I've been able to get this to work is to create three separate files, one for Mainline, one for BCC, one for Classic. I then have to post them as each version solo, seperately.
Is there a better way to do this? I'd really like to just post the one file and have it appear on the Updaters for ALL version if possible.
Not currently no. The TOC format supports it yes, but the CurseForge API doesn't yet and we don't really know when they will
Thanks, kinda what I was figuring. Just wanted to validate to be sure.