Skip to content

Commit

Permalink
Configure the client to connect to the specified region (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf4b1 committed Oct 20, 2021
1 parent cbdb488 commit 4d3f2cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Aurora.ClientCheck=false
Aurora.Env.Override=1
Aurora.Env=eu.actual.battle.net
Aurora.Env=REGION.actual.battle.net
Localization.Locale=enUS
2 changes: 1 addition & 1 deletion craft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ gen_token_login() {
}

create_stubs() {
cp client.config $TARGET_PATH
sed "s/REGION/${REGION}/" client.config > $TARGET_PATH/client.config
mkdir -p $TARGET_PATH/Bin/Hearthstone_Data/Plugins/System/Library/Frameworks/CoreFoundation.framework
make -C stubs
cp stubs/CoreFoundation.so $TARGET_PATH/Bin/Hearthstone_Data/Plugins/System/Library/Frameworks/CoreFoundation.framework
Expand Down

0 comments on commit 4d3f2cf

Please sign in to comment.