excluded version.tpl from package builds
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40579
This commit is contained in:
parent
0d1746ba60
commit
60a37530fc
@ -59,6 +59,9 @@ namespace builder
|
|||||||
string [] plugin_omits = new string[1];
|
string [] plugin_omits = new string[1];
|
||||||
plugin_omits[0] = "spcomp.exe";
|
plugin_omits[0] = "spcomp.exe";
|
||||||
|
|
||||||
|
string [] include_omits = new string[1];
|
||||||
|
include_omits[1] = "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", null);
|
||||||
builder.CopyFolder(this, "translations", "translations", null);
|
builder.CopyFolder(this, "translations", "translations", null);
|
||||||
|
Loading…
Reference in New Issue
Block a user