gen.bat 320 B

12345678910111213
  1. set WORKSPACE=..
  2. set LUBAN_DLL=%WORKSPACE%\Tools\Luban\Luban.dll
  3. set CONF_ROOT=.
  4. dotnet %LUBAN_DLL% ^
  5. -t all ^
  6. -c cs-simple-json ^
  7. -d json ^
  8. --conf %CONF_ROOT%\luban.conf ^
  9. -x outputCodeDir=..\..\Assets\Scripts\Data\Project\ExcelData ^
  10. -x outputDataDir=..\..\Assets\Resources\Config\Excel
  11. pause