Skip to content

Commit

Permalink
feat: hk4e 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3Shain committed Aug 25, 2023
1 parent 919cfd7 commit 66bd7fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


## Current Supported Game Version:
### GI: 3.8.0 OS/CN
### GI: 4.0.1 OS/CN
### ~~HI: 6.6.0 Global~~
### ~~HSR: 1.0.5 OS/CN (For Intel Mac Only)~~

Expand Down
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mkdir -p "$EXTERNAL/hkrpg/os/files"
mkdir -p "$EXTERNAL/hk4e"
mkdir -p ./tmp
git clone $(echo "aHR0cHM6Ly9ub3RhYnVnLm9yZy9Lcm9jay9kYXduCg==" | base64 --decode) ./tmp
cp -R ./tmp/400/patch_files/. "$EXTERNAL/hk4e"
cp -R ./tmp/401/patch_files/. "$EXTERNAL/hk4e"
rm -rf ./tmp
# git clone $(echo "aHR0cHM6Ly9ub3RhYnVnLm9yZy9ta3JzeW0xL2R1c2s=" | base64 --decode) ./tmp
# cp -R ./tmp/glb/diffs/. "$EXTERNAL/bh3/glb/diffs"
Expand Down
2 changes: 1 addition & 1 deletion src/clients/mhy/hk4e/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import {
VoicePackNames,
} from "../launcher-info";

const CURRENT_SUPPORTED_VERSION = "4.0.0";
const CURRENT_SUPPORTED_VERSION = "4.0.1";

export async function createHK4EChannelClient({
server,
Expand Down

0 comments on commit 66bd7fd

Please sign in to comment.