Add-on Builder

Add-on Builder 1.2.0

No permission to download
Playing around with this more, I re-installed it, tried to build an addon, and got this error:
Server Error
DOMDocument::save(library/some/fabulous/addon/some_fabulous_addon.xml): failed to open stream: No such file or directory

Does this mean that the xml file isn't being generated?
 
The XML file is saved in two locations. The root of the ZIP file and in the library directory (as the path indicates above). To get this error, I suspect there's a permission error preventing the file being written.
 
Top Bottom