From c25175dee2becdaa2f5b876f3b030afc9b843e04 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 18 Nov 2022 03:54:01 +0000 Subject: [PATCH] let runprebuild.sh also do the temporary needed System Drawing dll copy --- runprebuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/runprebuild.sh b/runprebuild.sh index fa7c384c63..5c5baa36a6 100755 --- a/runprebuild.sh +++ b/runprebuild.sh @@ -21,6 +21,7 @@ case "$1" in dotnet bin/prebuild.dll /target vs2022 /targetframework net6_0 /excludedir = "obj | bin" /file prebuild.xml echo "dotnet build -c Release OpenSim.sln" > compile.sh chmod +x compile.sh + cp System.Drawing.Common.dll.linux System.Drawing.Common.dll ;;