mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-26 18:26:23 +00:00
update
This commit is contained in:
5
luban_examples/Tools/build-luban.bat
Normal file
5
luban_examples/Tools/build-luban.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
rd /s /q Luban
|
||||
|
||||
dotnet build ../../luban/src/Luban/Luban.csproj -c Release -o Luban
|
||||
|
||||
pause
|
5
luban_examples/Tools/build-luban.sh
Normal file
5
luban_examples/Tools/build-luban.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ -d Luban ] && rm -rf Luban
|
||||
|
||||
dotnet build ../../luban/src/Luban/Luban.csproj -c Release -o Luban
|
Reference in New Issue
Block a user