Files
Fishint2Config/gen_client.bat
2026-02-20 21:05:26 +08:00

14 lines
332 B
Batchfile

set WORKSPACE=.
set LUBAN_DLL=%WORKSPACE%\Luban\Luban.dll
set CONF_ROOT=.
set GEN_ROOT=../Fishing2
dotnet %LUBAN_DLL% ^
-t client ^
-d json ^
-c cs-simple-json ^
--conf %CONF_ROOT%\luban.conf ^
-x outputCodeDir=%GEN_ROOT%/Assets/Scripts/Generate/Config ^
-x outputDataDir=%GEN_ROOT%/Assets/ResRaw/config/tb
pause