FunGame-Core/build-linux-x64.bat

3 lines
59 B
Batchfile

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