From bf924b803fce7d99068778b0106ac6a2c46abd76 Mon Sep 17 00:00:00 2001 From: Yevgeny Kungurov Date: Mon, 8 Sep 2025 15:28:51 +0400 Subject: [PATCH] Change failed update message (#5007) --- service.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service.bat b/service.bat index 6f4a81f..81d85e7 100644 --- a/service.bat +++ b/service.bat @@ -293,8 +293,8 @@ for /f "delims=" %%A in ('powershell -command "(Invoke-WebRequest -Uri \"%GITHUB :: Error handling if not defined GITHUB_VERSION ( - echo Warning: failed to fetch the latest version. Check your internet connection. This warning does not affect the operation of zapret - pause + echo Warning: failed to fetch the latest version. This warning does not affect the operation of zapret + timeout /T 9 if "%1"=="soft" exit goto menu )