diff --git a/hytale-update.sh b/hytale-update.sh index 1b1f940..7736b11 100644 --- a/hytale-update.sh +++ b/hytale-update.sh @@ -19,7 +19,7 @@ log "Starting update check..." # Run the updater to check for and download updates # The updater downloads files like "2026-01-17-abcdef.zip" -./updater 2>&1 | tee -a "$LOG_FILE" +./hytale-downloader-linux-amd64 2>&1 | tee -a "$LOG_FILE" # Find the newest zip file (pattern: YYYY-MM-DD-*.zip) NEWEST_ZIP=$(ls -t [0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]-*.zip 2>/dev/null | head -n1)