mirror of
https://gitee.com/jisol/jisol-game/
synced 2026-07-07 00:06:49 +00:00
update
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
rd /s /q Luban
|
||||
|
||||
dotnet build ../../luban/src/Luban/Luban.csproj -c Release -o Luban
|
||||
|
||||
pause
|
||||
@@ -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