mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 12:09:34 +08:00
4 lines
77 B
Batchfile
4 lines
77 B
Batchfile
@echo off
|
|
call dotnet clean
|
|
call dotnet publish -c Release -r linux-x64
|
|
pause |