Code cleanup

This commit is contained in:
pcjones
2024-09-04 19:30:31 +02:00
parent 4db26e374f
commit 238bd9cc60
6 changed files with 15 additions and 44 deletions

4
build_linux.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
dotnet publish -c Release -r linux-x64 --self-contained
'dotnet publish -c Release -r linux-x64 --self-contained -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true
pause