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 #/bin/bash
msbuild=${msbuild:-/Library/Frameworks/Mono.framework/Versions/6.12.0/bin/msbuild}
ROOT=$( cd "$(dirname "$0")" ; pwd -P ) ROOT=$( cd "$(dirname "$0")" ; pwd -P )
pushd $ROOT pushd $ROOT
# Do the build (need to use mono) # Do the build (need to use mono)
# $msbuild dotnet build -c Release
"$msbuild" -p:Configuration=Release
set -x set -x
rm -rf dist rm -rf dist