From 3650ba1a8b13d0f69479744442e4f2c5b8ae42fb Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Mon, 23 Oct 2023 13:00:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=BD=AC=E8=A1=A8bat?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=8B=B7=E8=B4=9DConfigSystem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新转表bat自动拷贝ConfigSystem --- Configs/GameConfig/gen_code_bin_to_project.bat | 2 +- Configs/GameConfig/gen_code_bin_to_project_lazyload.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Configs/GameConfig/gen_code_bin_to_project.bat b/Configs/GameConfig/gen_code_bin_to_project.bat index ea012320..0e57216d 100644 --- a/Configs/GameConfig/gen_code_bin_to_project.bat +++ b/Configs/GameConfig/gen_code_bin_to_project.bat @@ -4,7 +4,7 @@ set CONF_ROOT=. set DATA_OUTPATH=%WORKSPACE%/UnityProject/Assets/AssetRaw/Configs/bytes/ set CODE_OUTPATH=%WORKSPACE%/UnityProject/Assets/GameScripts/HotFix/GameProto/GameConfig/ -xcopy /s /e /i /y "%CONF_ROOT%/CustomTemplate/ConfigSystem.cs" "%WORKSPACE%/UnityProject/Assets/GameScripts/HotFix/GameProto/ConfigSystem.cs" +xcopy /s /e /i /y "%CONF_ROOT%\CustomTemplate\ConfigSystem.cs" "%WORKSPACE%\UnityProject\Assets\GameScripts\HotFix\GameProto\ConfigSystem.cs" dotnet %LUBAN_DLL% ^ -t client ^ diff --git a/Configs/GameConfig/gen_code_bin_to_project_lazyload.bat b/Configs/GameConfig/gen_code_bin_to_project_lazyload.bat index 5556575d..a87224ef 100644 --- a/Configs/GameConfig/gen_code_bin_to_project_lazyload.bat +++ b/Configs/GameConfig/gen_code_bin_to_project_lazyload.bat @@ -4,7 +4,7 @@ set CONF_ROOT=. set DATA_OUTPATH=%WORKSPACE%/UnityProject/Assets/AssetRaw/Configs/bytes/ set CODE_OUTPATH=%WORKSPACE%/UnityProject/Assets/GameScripts/HotFix/GameProto/GameConfig/ -xcopy /s /e /i /y "%CONF_ROOT%/CustomTemplate/ConfigSystem.cs" "%WORKSPACE%/UnityProject/Assets/GameScripts/HotFix/GameProto/ConfigSystem.cs" +xcopy /s /e /i /y "%CONF_ROOT%\CustomTemplate\ConfigSystem.cs" "%WORKSPACE%\UnityProject\Assets\GameScripts\HotFix\GameProto\ConfigSystem.cs" dotnet %LUBAN_DLL% ^ -t client ^