JisolGame/luban_examples/Tools/build-luban.bat

5 lines
91 B
Batchfile
Raw Permalink Normal View History

2023-11-05 03:26:09 +08:00
rd /s /q Luban
dotnet build ../../luban/src/Luban/Luban.csproj -c Release -o Luban
pause