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

5 lines
87 B
Batchfile

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