This commit is contained in:
UbitUmarov 2022-11-18 03:55:14 +00:00
parent c25175dee2
commit 56ab72f8b2
1 changed files with 1 additions and 1 deletions

View File

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