layday / instawow

World of Warcraft add-on manager CLI and GUI
GNU General Public License v3.0
153 stars 9 forks source link

Instawow Search Showing Wrong Version of Addon #120

Closed vleach closed 1 year ago

vleach commented 1 year ago

Hi, I'm having an issue with the Instawow search pulling the 30400.2-release version of Nameplateauras, when I'm trying to install the 90207.2-release. Screenshots: image image

layday commented 1 year ago

The 30400.2-release version's release metadata in release.json are malformed. It contains the following:

{
  "releases": [
    {
      "filename": "NameplateAuras-30400.2-release.zip",
      "nolib": false,
      "metadata": [{ "flavor": "mainline", "interface": 30400 }]
    }
  ]
}

The flavor cannot be mainline if the interface version is 30400. Please report this issue to the add-on's author.