mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-10-09 00:26:11 +00:00
update
This commit is contained in:
11
luban_examples/MiniTemplate/gen.sh
Normal file
11
luban_examples/MiniTemplate/gen.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
WORKSPACE=..
|
||||
LUBAN_DLL=$WORKSPACE/Tools/Luban/Luban.dll
|
||||
CONF_ROOT=.
|
||||
|
||||
dotnet $LUBAN_DLL \
|
||||
-t all \
|
||||
-d json \
|
||||
--conf $CONF_ROOT/luban.conf \
|
||||
-x outputDataDir=output
|
Reference in New Issue
Block a user