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

@ -5,4 +5,4 @@ chmod +x runprebuild.sh
./runprebuild.sh
# Build Prebuild and SnapWrap
dotnet build -c Release
dotnet publish --nologo -o bootstrap -c Release --self-contained true /p:PublishSingleFile=true /p:PublishReadyToRun=true /p:PublishTrimmed=true