Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kiraio-moe/USSR into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraio-moe committed Nov 26, 2023
2 parents 92039de + e431648 commit 845ed31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion USSR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace USSR.Core
{
public class USSR
{
const string VERSION = "1.1.5";
const string VERSION = "1.1.6";
const string ASSET_CLASS_DB = "classdata.tpk";
static readonly byte[] ggmMagic =
{
Expand Down
5 changes: 2 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

VERSION="1.1.5"
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 845ed31

Please sign in to comment.