Added support for switcing to differnet pachline

This commit is contained in:
NATroutter
2026-01-13 17:13:34 +02:00
parent 67aeba5575
commit be9d49819c
3 changed files with 27 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ if [ ! -f ".hytale-downloader-credentials.json" ]; then
echo "Credentials file not found, running initial setup..."
echo "Starting Hytale downloader..."
$DOWNLOADER -check-update
$DOWNLOADER -download-path server.zip
$DOWNLOADER -patchline $PATCHLINE -download-path server.zip
extract_server_files
fi
@@ -74,7 +74,7 @@ fi
if [ "${AUTOMATIC_UPDATE}" = "1" ]; then
echo "Starting Hytale downloader..."
$DOWNLOADER -check-update
$DOWNLOADER -download-path server.zip
$DOWNLOADER -patchline $PATCHLINE -download-path server.zip
extract_server_files
fi