Changed: Minor changes
This commit is contained in:
parent
0da225bc83
commit
227aaaae92
1 changed files with 8 additions and 10 deletions
|
@ -673,8 +673,7 @@ CConfigFile::InstallationStep CConfigFile::getNextStep() const
|
||||||
{
|
{
|
||||||
return ExtractBnpClient;
|
return ExtractBnpClient;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
QString clientFile = getInstallationDirectory() + "/" + server.clientDownloadFilename;
|
QString clientFile = getInstallationDirectory() + "/" + server.clientDownloadFilename;
|
||||||
|
|
||||||
// when file is not finished, it has .part extension
|
// when file is not finished, it has .part extension
|
||||||
|
@ -686,7 +685,6 @@ CConfigFile::InstallationStep CConfigFile::getNextStep() const
|
||||||
return ExtractDownloadedClient;
|
return ExtractDownloadedClient;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// if installer not found in installation directory, extract it from BNP
|
// if installer not found in installation directory, extract it from BNP
|
||||||
if (!QFile::exists(getInstallationDirectory() + "/" + server.installerFilename))
|
if (!QFile::exists(getInstallationDirectory() + "/" + server.installerFilename))
|
||||||
|
|
Loading…
Reference in a new issue