From a44fc2b74fe0cc4be397d3db8a002ff0cd499d0b Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sat, 8 Nov 2025 23:42:56 -0500 Subject: [PATCH] fix: update build and authentication scripts to reflect project rename to starworld --- build_and_test.sh | 6 +++--- run_with_auth.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build_and_test.sh b/build_and_test.sh index 2e05f27..e3b29ad 100755 --- a/build_and_test.sh +++ b/build_and_test.sh @@ -36,7 +36,7 @@ else exit 1 fi -CLIENT_PATH="$SCRIPT_DIR/build/stardust-overte-client" +CLIENT_PATH="$SCRIPT_DIR/build/starworld" if [ -f "$CLIENT_PATH" ]; then echo "✓ Client executable found: $CLIENT_PATH" ls -lh "$CLIENT_PATH" @@ -51,9 +51,9 @@ echo echo "To test with simulation mode:" echo " export STARWORLD_SIMULATE=1" echo " export STARWORLD_BRIDGE_PATH=$SCRIPT_DIR/bridge/target/release" -echo " $SCRIPT_DIR/build/stardust-overte-client" +echo " $SCRIPT_DIR/build/starworld" echo echo "To connect to an Overte server:" echo " export STARWORLD_BRIDGE_PATH=$SCRIPT_DIR/bridge/target/release" -echo " $SCRIPT_DIR/build/stardust-overte-client ws://domain.example.com:40102" +echo " $SCRIPT_DIR/build/starworld ws://domain.example.com:40102" echo diff --git a/run_with_auth.sh b/run_with_auth.sh index be5fc68..21d855e 100755 --- a/run_with_auth.sh +++ b/run_with_auth.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Run stardust-overte-client with authentication +# Run starworld with authentication echo "Overte Domain Authentication" echo "==============================" @@ -11,4 +11,4 @@ echo "" export OVERTE_USERNAME="$username" echo "Connecting to Overte domain..." -./build/stardust-overte-client +./build/starworld