From 76a08cc34a01f5d0b062cc6b7b22e5ab2c9532ba Mon Sep 17 00:00:00 2001 From: devin Date: Sat, 29 Aug 2026 13:33:50 -0400 Subject: [PATCH] Update PATCH_VERSION and download URL in download.bat --- download.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download.bat b/download.bat index 7b1bda1..af04d71 100644 --- a/download.bat +++ b/download.bat @@ -1,6 +1,6 @@ @echo off setlocal -set "PATCH_VERSION=v0.0.3" +set "PATCH_VERSION=v0.0.5" rem ANSI colors (Windows 10+): get the ESC character, then define color codes for /F "delims=" %%a in ('forfiles /p "%~dp0." /m "%~nx0" /c "cmd /c echo 0x1B"') do set "ESC=%%a" @@ -55,7 +55,7 @@ echo %CYAN%=== Writing steam_appid.txt ===%RESET% >steam_appid.txt echo 480 echo %CYAN%=== Downloading Rec Room 2025 patch ===%RESET% -curl -s -f -L -o 2025Patch.zip https://github.com/djdevin/Rec-Room-2025-Patch/releases/download/%PATCH_VERSION%/2025Patch-%PATCH_VERSION%-x64.zip || goto :error +curl -s -f -L -o 2025Patch.zip https://github.com/recflare/patch-2025/releases/download/%PATCH_VERSION%/2025Patch-%PATCH_VERSION%-x64.zip || goto :error tar -xf 2025Patch.zip -C . || goto :error del 2025Patch.zip