wow-rp-addons / Chomp

World of Warcraft addon library for more automated communication handling.
ISC License
2 stars 4 forks source link

Add initial packager support #37

Closed Meorawr closed 3 years ago

Meorawr commented 3 years ago

This implements support for the packager and uploading new zips to GitHub releases, as well as packaging internal dependencies which is going to be needed for a few upcoming changes to the library.

This is the minimal work for the packager as a standalone reviewable unit.

Of note, Chomp now embeds ChatThrottleLib so that it can ensure 100% of the time is loaded for its own redirection layer. I'm still hoping that in the future we can just kill that part and have CTL do all the backend comms.