Use new binary bootstrap

This commit is contained in:
zontreck 2024-08-27 13:32:01 -07:00
parent 3698b5b0ad
commit 2490b46619

View file

@ -1,2 +1,3 @@
#!/bin/bash
dotnet bootstrap/prebuild.dll /target vs2022 /excludedir = "obj | bin" /file prebuild.xml
bootstrap/prebuild /target vs2022 /excludedir = "obj | bin" /file prebuild.xml