Prebuild/compile.sh
2023-08-11 01:27:48 -07:00

6 lines
No EOL
126 B
Bash

#!/bin/bash
# Use the prebuild bootstrap to compile prebuild
chmod +x runprebuild.sh
./runprebuild.sh
dotnet build -c Release