Browse Source

修改小游戏资源路径

zhangyuqian 1 year ago
parent
commit
a698f4f9d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Editor/ArtsRes/ImportArtResTool.cs

+ 1 - 1
GameClient/Assets/Editor/ArtsRes/ImportArtResTool.cs

@@ -143,7 +143,7 @@ namespace GFGEditor
         public static string LeagueIconTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/LeagueIcon/";
         public static string LeagueIconTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/LeagueIcon/";
         public static string LeagueIconMd5FileSaveName = "LeagueIconMd5";
         public static string LeagueIconMd5FileSaveName = "LeagueIconMd5";
 
 
-        public static string[] MiniGameSrcPaths { get { return new string[] { ResRootPath + $"ArtProject/{ResPathUtil.TEXTURE_DIR_PATH}/MiniGame/" }; } }
+        public static string[] MiniGameSrcPaths { get { return new string[] { ResRootPath + "MiniGame/" }; } }
         public static string MiniGameTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/MiniGame/";
         public static string MiniGameTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/MiniGame/";
         public static string MiniGameMd5FileSaveName = "MiniGameMd5";
         public static string MiniGameMd5FileSaveName = "MiniGameMd5";