mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 13:01:41 +00:00
Changed: Minor changes
This commit is contained in:
parent
1b0f68c6bb
commit
54f2ba14d7
1 changed files with 8 additions and 10 deletions
|
@ -673,8 +673,7 @@ CConfigFile::InstallationStep CConfigFile::getNextStep() const
|
|||
{
|
||||
return ExtractBnpClient;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
QString clientFile = getInstallationDirectory() + "/" + server.clientDownloadFilename;
|
||||
|
||||
// when file is not finished, it has .part extension
|
||||
|
@ -686,7 +685,6 @@ CConfigFile::InstallationStep CConfigFile::getNextStep() const
|
|||
return ExtractDownloadedClient;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// if installer not found in installation directory, extract it from BNP
|
||||
if (!QFile::exists(getInstallationDirectory() + "/" + server.installerFilename))
|
||||
|
|
Loading…
Reference in a new issue