diff --git a/build.sh b/build.sh index 343135f..cafb7d4 100644 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ VERSION="1.1.6" echo "Building USSR..." # Define the target operating systems and architectures TARGET_OS_ARCHITECTURES=("win-x64" "win-arm64" "linux-x64" "linux-arm64" "osx-x64" "osx-arm64") -TARGET_FRAMEWORKS=("net6.0" "net7.0") +TARGET_FRAMEWORKS=("net6.0" "net7.0" "net8.0") # Build the project for each target OS architecture for os_arch in "${TARGET_OS_ARCHITECTURES[@]}" @@ -27,7 +27,6 @@ done echo "Build process completed for all target OS architectures." -# Create "lib" directory to store modified "rlm1501.jar" echo "Distributing classdata.tpk to every architecture..." for framework in "${TARGET_FRAMEWORKS[@]}" do