IndieGame/config/Table/gen.bat

13 lines
307 B
Batchfile
Raw Normal View History

2024-10-11 10:12:15 +08:00
set LUBAN_DLL=Tools\Luban\Luban.dll
set CONF_ROOT=.
dotnet %LUBAN_DLL% ^
-t client ^
-c cs-simple-json ^
-d json ^
--conf %CONF_ROOT%\luban.conf ^
-x outputCodeDir=..\..\client\Assets\Scripts\AutoGenerated\Table ^
-x outputDataDir=..\..\client\Assets\StreamingAssets\Tables
pause