diff --git a/tools/builder/PkgCore.cs b/tools/builder/PkgCore.cs index 0c54e565..9dde3b0a 100644 --- a/tools/builder/PkgCore.cs +++ b/tools/builder/PkgCore.cs @@ -59,6 +59,9 @@ namespace builder string [] plugin_omits = new string[1]; 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/include", "scripting/include", null); builder.CopyFolder(this, "translations", "translations", null);