15 lines
380 B
Batchfile
Raw Normal View History

2023-11-05 03:26:09 +08:00
set WORKSPACE=..\..
set LUBAN_DLL=%WORKSPACE%\Tools\Luban\Luban.dll
set CONF_ROOT=%WORKSPACE%\DataTables
dotnet %LUBAN_DLL% ^
-t all ^
-d msgpack ^
--conf %CONF_ROOT%\luban.conf ^
-x outputDataDir=msg_datas ^
-x pathValidator.rootDir=%WORKSPACE%\Projects\Csharp_Unity_bin ^
-x l10n.textProviderFile=*@%WORKSPACE%\DataTables\Datas\l10n\texts.json
pause