Skip to content

Commit

Permalink
更新转表bat自动拷贝ConfigSystem
Browse files Browse the repository at this point in the history
更新转表bat自动拷贝ConfigSystem
  • Loading branch information
ALEXTANGXIAO committed Oct 23, 2023
1 parent 8f14a4d commit 3650ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configs/GameConfig/gen_code_bin_to_project.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 ^
Expand Down
2 changes: 1 addition & 1 deletion Configs/GameConfig/gen_code_bin_to_project_lazyload.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 ^
Expand Down

0 comments on commit 3650ba1

Please sign in to comment.