Update script to write to vendor/hytale-server
This commit is contained in:
@@ -5,7 +5,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
HYTALE_SERVER_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
|
||||
PROJECT_ROOT="$(cd "$HYTALE_SERVER_ROOT/../.." && pwd)"
|
||||
DOWNLOADER="$SCRIPT_DIR/hytale-downloader-linux-amd64"
|
||||
OUTPUT_DIR="$PROJECT_ROOT/repo/hytale-server"
|
||||
OUTPUT_DIR="$HYTALE_SERVER_ROOT"
|
||||
|
||||
if [ ! -f "$DOWNLOADER" ]; then
|
||||
echo "Error: Downloader not found at $DOWNLOADER"
|
||||
|
||||
Reference in New Issue
Block a user