8 lines
No EOL
229 B
Bash
Executable file
8 lines
No EOL
229 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Use the prebuild bootstrap to compile prebuild
|
|
chmod +x runprebuild.sh
|
|
./runprebuild.sh
|
|
|
|
# Build Prebuild and SnapWrap
|
|
dotnet publish --nologo -o bootstrap -c Release --self-contained true /p:PublishSingleFile=true |