Remove technical echo (#22)

This commit is contained in:
Slava 2024-11-18 16:30:14 +02:00 committed by GitHub
parent 9178041011
commit 1e6421d3db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -203,7 +203,6 @@ for %%f in (%ARCHIVES%) do (
:: Create directory
set message="Creating installation directory %INSTALL_DIR%"
call :show_progress !message!
echo "INSTALL_DIR - %INSTALL_DIR%"
if not exist %INSTALL_DIR% mkdir %INSTALL_DIR%
if not !errorlevel! == 0 (
call :show_fail !message! "Failed to create %INSTALL_DIR%"