let runprebuild.sh also create simple compile.sh for release mode

This commit is contained in:
UbitUmarov
2022-11-18 03:48:29 +00:00
parent de418e9596
commit 8ce243354b

View File

@@ -19,6 +19,8 @@ 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
;;