mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 19:34:47 +00:00
5 lines
111 B
Bash
5 lines
111 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
[ -d Luban ] && rm -rf Luban
|
||
|
|
||
|
dotnet build ../../luban/src/Luban/Luban.csproj -c Release -o Luban
|