View Single Post
10-27-18, 11:33 AM   #24
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
Originally Posted by Brellison94 View Post
I would create that .toc file you mentioned to fix this issue?
No, don't create the .toc file for LibDataBroker. If you have a Libs folder, make sure your zipped upload includes Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua in its file structure, and in your addon's .toc file, add the line
Code:
Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua
and if you do not have a Libs folder, do everything as said above except remove references to Libs, meaning you'd start your zip folder's structure with LibDataBroker-1.1 instead of Libs\LibDataBroker-1.1, and you would also do the same in your addon's .toc.
  Reply With Quote