diff --git a/gen_client.bat b/gen_client.bat deleted file mode 100644 index 4259bdd0..00000000 --- a/gen_client.bat +++ /dev/null @@ -1,15 +0,0 @@ -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 \ No newline at end of file