GearMenu

GearMenu

221k Downloads

Host Upon alternative Providers like WoWUpHub

ap0yuv opened this issue ยท 4 comments

commented

Due CurseForge/Overwolf shutting down the API for alternative Addonmangers , GearMenu cannot bei updated anymore with the WoWUp-Client.

Could a alternative Package/Release be supllied so WoWUp can pull from GitHub ?

commented

Hi @ap0yuv

I made all my addons available on Wago.io (e.g. https://addons.wago.io/addons/gearmenu). This enables them to work again with the WoWUp client.

Cheers,
Ragedunicorn

commented

Hi @ap0yuv

I will look into it. According to WoWUp I already do what they suggest but not sure if it actually works.

Politely lobby the author of your missing addons to host them somewhere else, such as Wago or GitHub.

All releases are currently placed into GitHub releases additionally to the curseforge upload.

https://github.com/RagedUnicorn/wow-classic-gearmenu/releases

commented

from what i got so far is they want you to add another file release.json which they need to make it work.

Read about it here

commented

Format seems to be something like this:

{
    "releases": [
        {
            "filename": "WowUp-1.0.9.zip",
            "nolib": false,
            "metadata": [
                {
                    "flavor": "classic",
                    "interface": 11402
                },
                {
                    "flavor": "mainline",
                    "interface": 90200
                },
                {
                    "flavor": "bcc",
                    "interface": 20504
                }
            ]
        }
    ]
}