14 lines
332 B
Batchfile
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 |