FunGame-Core/publish-linux-x64.bat
2024-03-24 14:23:46 +08:00

5 lines
89 B
Batchfile

@echo off
call cd src
call dotnet clean
call dotnet publish -c Release -r linux-x64
pause