archive extraction msg fix

This commit is contained in:
Flowseal
2025-12-25 16:37:00 +03:00
parent 95a23d6bf5
commit a7f23f17f4

View File

@@ -869,7 +869,7 @@ set "extracted=1"
if not exist "%~dp0bin\" set "extracted=0"
if "%extracted%"=="0" (
call :PrintRed "Zapret must be extracted from archive first"
echo Zapret must be extracted from archive first or bin folder not found for some reason
pause
exit
)