Hey my apologies for misleading you, I just looked at the addon again.
Author has put 2 .toc files in the package to make it easier on users downloading from his github.
The name of the addon should make no difference, should work either in a folder named LunaFrames or LunaFrames-master.
So whatever problem you're having it's not related to folder name.
Edit:The raid.lua line 101 error is due to a simple typo.
Open the file in a text editor and replace line 101 with
- Code: Select all
LunaUnitFrames.frames.headers[1]:SetScript("OnDragStop", StopMovingOrSizing)
(that's replacing a [i] with [1].