FunGame-Core/build-release-x64.bat
2024-04-12 15:06:52 +08:00

4 lines
73 B
Batchfile

@echo off
call dotnet clean
call dotnet build -c Release -r win-x64
pause