AlicizaX/Config/gen-client-json.bat

3 lines
380 B
Batchfile
Raw Normal View History

2025-01-23 19:06:48 +08:00
dotnet.exe ./Tools/Luban.dll --target client --dataTarget json --codeTarget cs-simple-json --xargs outputDataDir=../Unity/Assets//Bundles/Config --xargs outputCodeDir=../Unity/Assets//Hotfix/Config/Generate --xargs tableImporter.name=gameframex -x l10n.provider=gameframex -x l10n.textFile.keyFieldName=key -x l10n.textFile.path=./Excels/Localization/ --conf ./Luban.conf
pause