JisolGame/CocosConfig.bat

15 lines
372 B
Batchfile
Raw Normal View History

2023-11-05 04:40:09 +08:00
set WORKSPACE=.\luban_examples
set LUBAN_DLL=%WORKSPACE%\Tools\Luban\Luban.dll
set P_PATH=.\JisolGameCocos
set CONF_ROOT=.\DataTables
dotnet %LUBAN_DLL% ^
-t all ^
-c typescript-json ^
-d json ^
--conf %CONF_ROOT%\luban.conf ^
-x outputCodeDir=%P_PATH%\assets\resources\config\data ^
-x outputDataDir=%P_PATH%\assets\resources\config\json
pause