View Single Post
05/24/19, 07:25 AM   #3
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
Hi,

The reason your AddOn is not availble in Minion is because you are missing the subfolder inside the zip thus Minion doesn't think the file is an AddOn...

Your current zip format:
Code:
Changelog.txt - 262 b
GCDTracker.lua - 2.29 Kb
GCDTracker.txt - 349 b
LICENSE - 3.05 Kb
What it should be:
Code:
GCDTracker/Changelog.txt - 262 b
GCDTracker/GCDTracker.lua - 2.29 Kb
GCDTracker/GCDTracker.txt - 349 b
GCDTracker/LICENSE - 3.05 Kb
You can see the file structure format here: https://wiki.esoui.com/Writing_your_first_addon

Once you upload an update to fix this and its approved it should show up in Minion
  Reply With Quote