Changed: If old installer doesn't return a version, overwrite it

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent 7ad0b610ba
commit 552e147c76

@ -692,6 +692,9 @@ int CConfigFile::compareInstallersVersion() const
QString installedVersion = getVersionFromExecutable(installerDst);
// if unable to get version, copy it
if (installedVersion.isEmpty()) return 1;
nlinfo("%s version is %s", Q2C(installerDst), Q2C(installedVersion));
QString newVersion = QApplication::applicationVersion();

Loading…
Cancel
Save