Skip to content

Commit

Permalink
Add .NET 8 in build.sh
Browse files Browse the repository at this point in the history
Forgot to add it. LOL

Signed-off-by: Bayu Satiyo <itsyuukunz@gmail.com>
  • Loading branch information
kiraio-moe committed Nov 25, 2023
1 parent 2372cd9 commit e431648
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"
Expand All @@ -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
Expand Down

0 comments on commit e431648

Please sign in to comment.