Explorar o código

ab包文件类型排除

guodong %!s(int64=2) %!d(string=hai) anos
pai
achega
c4bffa43db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      GameClient/Assets/Editor/Xasset/Builds/BuildTask.cs

+ 1 - 1
GameClient/Assets/Editor/Xasset/Builds/BuildTask.cs

@@ -9,7 +9,7 @@ namespace VEngine.Editor.Builds
 {
     public class BuildTask
     {
-        private readonly string[] EXCLUDE_EXTS = new string[] { ".meta" };
+        private readonly string[] EXCLUDE_EXTS = new string[] { ".meta", ".bat" };
         private readonly string[] EXCLUDE_DIRS = new string[] { "Assets/Res/.svn", ImportArtResTool.Md5FilePath };
         private readonly BuildAssetBundleOptions buildAssetBundleOptions;
         private readonly List<Asset> bundledAssets = new List<Asset>();