fixed really stupid bug
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40581
This commit is contained in:
parent
300926b87d
commit
510b764d43
@ -60,10 +60,10 @@ namespace builder
|
|||||||
plugin_omits[0] = "spcomp.exe";
|
plugin_omits[0] = "spcomp.exe";
|
||||||
|
|
||||||
string [] include_omits = new string[1];
|
string [] include_omits = new string[1];
|
||||||
include_omits[1] = "version.tpl";
|
include_omits[0] = "version.tpl";
|
||||||
|
|
||||||
builder.CopyFolder(this, "plugins", "scripting", plugin_omits);
|
builder.CopyFolder(this, "plugins", "scripting", plugin_omits);
|
||||||
builder.CopyFolder(this, "plugins/include", "scripting/include", null);
|
builder.CopyFolder(this, "plugins/include", "scripting/include", include_omits);
|
||||||
builder.CopyFolder(this, "translations", "translations", null);
|
builder.CopyFolder(this, "translations", "translations", null);
|
||||||
builder.CopyFolder(this, "public/licenses", null, null);
|
builder.CopyFolder(this, "public/licenses", null, null);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user