From 56ab72f8b2c415983e5063cbcade71d04d79edbd Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 18 Nov 2022 03:55:14 +0000 Subject: [PATCH] oops --- runprebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runprebuild.sh b/runprebuild.sh index 5c5baa36a6..2c1d64a8a5 100755 --- a/runprebuild.sh +++ b/runprebuild.sh @@ -21,7 +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 + cp bin/System.Drawing.Common.dll.linux bin/System.Drawing.Common.dll ;;