From e22a6f75be5430897876d55e02bcaea55724d3a3 Mon Sep 17 00:00:00 2001 From: Goah5 Date: Fri, 2 May 2025 01:00:33 +0500 Subject: [PATCH] 1.7.2b.eve.1 --- .service/version.txt | 2 +- service.bat | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.service/version.txt b/.service/version.txt index 908479a..e05497b 100644 --- a/.service/version.txt +++ b/.service/version.txt @@ -1 +1 @@ -1.7.2.eve.1 \ No newline at end of file +1.7.2b.eve.1 \ No newline at end of file diff --git a/service.bat b/service.bat index 38b1519..75e72b8 100644 --- a/service.bat +++ b/service.bat @@ -1,6 +1,6 @@ @echo off setlocal EnableDelayedExpansion -set "LOCAL_VERSION=1.7.2.eve.1" +set "LOCAL_VERSION=1.7.2b.eve.1" :: External commands if "%~1"=="status_zapret" ( @@ -242,8 +242,9 @@ for /f "delims=" %%A in ('powershell -command "(Invoke-WebRequest -Uri \"%GITHUB :: Error handling if not defined GITHUB_VERSION ( - echo Error: Failed to fetch the latest version. Check your internet connection + echo Warning: failed to fetch the latest version. Check your internet connection. This warning does not affect the operation of zapret pause + if "%1"=="soft" exit /b goto menu )