@madmaxoft now?
This commit is contained in:
parent
675c35708b
commit
837bbf0de3
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
-- main.lua
|
-- main.lua
|
||||||
|
|
||||||
-- Implements the plugin entrypoint (in this case the entire plugin)
|
-- Implements the plugin entrypoint (in this case the entire plugin)
|
||||||
@ -233,8 +232,9 @@ end
|
|||||||
function DumpAPIHtml()
|
function DumpAPIHtml()
|
||||||
LOG("Moving static files.");
|
LOG("Moving static files.");
|
||||||
|
|
||||||
for i in cFile:GetFolderContents("Static") do
|
local localFolder = g_Plugin:GetLocalFolder();
|
||||||
cFile:Copy("Static/" .. i, "API/" .. i);
|
for k, v in cFile:GetFolderContents("Static") do
|
||||||
|
cFile:Copy(localFolder .. "/Static/" .. v, localFolder .. "/API/" .. v);
|
||||||
end
|
end
|
||||||
|
|
||||||
LOG("Dumping all available functions and constants to API subfolder...");
|
LOG("Dumping all available functions and constants to API subfolder...");
|
||||||
|
Loading…
Reference in New Issue
Block a user