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

fix: ошибка в работе conf2cf

This commit is contained in:
Oleg Karataev 2024-03-09 21:40:20 +03:00
parent f078381cd1
commit b15bc9bbc4

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