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

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