1
0

done... finally

This commit is contained in:
Alexander Harkness 2013-12-20 17:12:39 +00:00
parent d31fd1528b
commit ba5e42de40

View File

@ -233,8 +233,8 @@ function DumpAPIHtml()
LOG("Dumping all available functions and constants to API subfolder...");
LOG("Moving static files..");
local localFolder = ipairs(g_Plugin:GetLocalFolder());
for k, v in cFile:GetFolderContents("Static") do
local localFolder = g_Plugin:GetLocalFolder();
for k, v in cFile:GetFolderContents(localFolder .. "/Static") do
cFile:Copy(localFolder .. "/Static/" .. v, "API/" .. v);
end