From 07d115adc2bad819ccd0cfff78495549351f6a07 Mon Sep 17 00:00:00 2001 From: guus <_@guusw.nl> Date: Wed, 11 Mar 2026 19:38:43 +0100 Subject: [PATCH] Update build script --- mod/build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mod/build b/mod/build index f83955b..21eef27 100755 --- a/mod/build +++ b/mod/build @@ -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