Files
18xchat/gen_client.bat
T
2025-08-12 16:08:58 +08:00

15 lines
314 B
Batchfile

set WORKSPACE=..\..
set LUBAN_DLL=Tools\Luban\Luban.dll
set CONF_ROOT=DataTables
dotnet %LUBAN_DLL% ^
-t all ^
-c typescript-bin ^
-d bin ^
--conf %CONF_ROOT%\luban.conf ^
-x outputCodeDir=assets\scripts\schema ^
-x outputDataDir=assets\bundles\DataTable ^
-x bin.fileExt=bin
pause