ca350002ba
* add packing and minver * update permissions * fix build script * fix it again :( * fmt * update sqlite to avoid rid warning
5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
dotnet run --project build/build.csproj -- "$@"
|