done... finally
This commit is contained in:
parent
d31fd1528b
commit
ba5e42de40
@ -233,8 +233,8 @@ function DumpAPIHtml()
|
|||||||
LOG("Dumping all available functions and constants to API subfolder...");
|
LOG("Dumping all available functions and constants to API subfolder...");
|
||||||
|
|
||||||
LOG("Moving static files..");
|
LOG("Moving static files..");
|
||||||
local localFolder = ipairs(g_Plugin:GetLocalFolder());
|
local localFolder = g_Plugin:GetLocalFolder();
|
||||||
for k, v in cFile:GetFolderContents("Static") do
|
for k, v in cFile:GetFolderContents(localFolder .. "/Static") do
|
||||||
cFile:Copy(localFolder .. "/Static/" .. v, "API/" .. v);
|
cFile:Copy(localFolder .. "/Static/" .. v, "API/" .. v);
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user