Releases breaks addon updaters
p3lim opened this issue ยท 1 comments
You separate the different game versions into different addons/releases, which confuses addon updaters like CurseBreaker.
Please combine all the versions (retail, wotlkc, bcc, classic) into one addon/release and use different TOC files to separate how they load files, see https://wowpedia.fandom.com/wiki/TOC_format#Multiple_client_flavors.
This could also potentially save some work in the future for you, as you can have common/shared files between the different game versions without having to copy/paste between them like you currently do.