Update bootstrap for windows and linux script

This commit is contained in:
zontreck 2024-08-24 14:19:00 -07:00
parent 2c06d8afd7
commit 51d26541ba
8 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,4 @@
@echo off
call runprebuild.bat
dotnet build -c Release
dotnet publish --nologo -o bootstrap -c Release --self-contained true /p:PublishSingleFile=true /p:PublishReadyToRun=true /p:PublishTrimmed=true