mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
let runprebuild.sh also create simple compile.sh for release mode
This commit is contained in:
@@ -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
|
||||
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user