1
0
mirror of https://github.com/arkuznetsov/1CFilesConverter.git synced 2025-02-21 19:06:35 +02:00

fix: Ошибка копипасты.

This commit is contained in:
Artem Kuznetsov 2024-03-09 14:20:02 +03:00
parent f078381cd1
commit 2bd7c13ebc

View File

@ -43,7 +43,7 @@ IF "%V8_CONVERT_TOOL%" equ "designer" IF not exist %V8_TOOL% (
set ERROR_CODE=1
goto finally
)
IF not defined IF not defined IBCMD_TOOL set IBCMD_TOOL="C:\Program Files\1cv8\%V8_VERSION%\bin\ibcmd.exe"
IF not defined IBCMD_TOOL set IBCMD_TOOL="C:\Program Files\1cv8\%V8_VERSION%\bin\ibcmd.exe"
IF "%V8_CONVERT_TOOL%" equ "ibcmd" IF not exist %IBCMD_TOOL% (
echo Could not find ibcmd tool with path %IBCMD_TOOL%
set ERROR_CODE=1