Fix bug 34733

This commit is contained in:
Oleg Korshul
2020-09-14 19:35:47 +03:00
parent 11d271014b
commit ad28973882

View File

@ -499,7 +499,7 @@ int CHtmlFile::Convert(const std::vector<std::wstring>& arFiles, const std::wstr
std::string::size_type posLast = sProgramm.find_last_of('/');
std::string sProgrammDir = sProgramm.substr(0, posLast);
if (std::string::npos != posLast)
sLibraryDir = sProgrammDir + ":" + sProgrammDir + "/../";
sLibraryDir = sProgrammDir + ":" + sProgrammDir + "/../:" + sProgrammDir + "/converter/";
if (!IsLinuxXVFB())
{