let runprebuild.sh also do the temporary needed System Drawing dll copy

This commit is contained in:
UbitUmarov 2022-11-18 03:54:01 +00:00
parent 8ce243354b
commit c25175dee2
1 changed files with 1 additions and 0 deletions

View File

@ -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
;;