JisolGame/CocosConfig.bat

17 lines
383 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 ^
2023-12-13 19:33:57 +08:00
-x outputCodeDir=%P_PATH%\assets\script\config\data ^
2023-11-05 04:40:09 +08:00
-x outputDataDir=%P_PATH%\assets\resources\config\json
2024-01-07 03:24:10 +08:00
pause
npm run main