13 lines
318 B
Batchfile
13 lines
318 B
Batchfile
|
set WORKSPACE=%~sdp0
|
||
|
set LUBAN_DLL=%WORKSPACE%Luban\Luban.dll
|
||
|
set CONF_ROOT=%WORKSPACE%MiniTemplate
|
||
|
|
||
|
dotnet %LUBAN_DLL% ^
|
||
|
-t all ^
|
||
|
-c cs-simple-json ^
|
||
|
-d json ^
|
||
|
--conf %CONF_ROOT%\luban.conf ^
|
||
|
-x outputCodeDir=%WORKSPACE%Assets\Script\Excel ^
|
||
|
-x outputDataDir=%WORKSPACE%Assets\Resources
|
||
|
|
||
|
pause
|