Update build script

This commit is contained in:
2026-03-11 19:38:43 +01:00
parent 2b72360a9b
commit 07d115adc2

View File

@@ -1,13 +1,10 @@
#/bin/bash
msbuild=${msbuild:-/Library/Frameworks/Mono.framework/Versions/6.12.0/bin/msbuild}
ROOT=$( cd "$(dirname "$0")" ; pwd -P )
pushd $ROOT
# Do the build (need to use mono)
# $msbuild
"$msbuild" -p:Configuration=Release
dotnet build -c Release
set -x
rm -rf dist