Add a new command file to update bootstrap files

This commit is contained in:
zontreck 2024-08-27 13:11:44 -07:00
parent e70b887b07
commit 3386ecd01a
4 changed files with 14 additions and 2 deletions

View file

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