mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Log version of installed Installer
This commit is contained in:
parent
59b4206afb
commit
f2a3a4e99f
1 changed files with 3 additions and 0 deletions
|
@ -744,6 +744,9 @@ int CConfigFile::compareInstallersVersion() const
|
|||
if (!QFile::exists(installerDst)) return 1;
|
||||
|
||||
QString installedVersion = getVersionFromExecutable(installerDst);
|
||||
|
||||
nlinfo("%s version is %s", Q2C(installerDst), Q2C(installedVersion));
|
||||
|
||||
QString newVersion = QApplication::applicationVersion();
|
||||
|
||||
QVersionNumber installedVer = QVersionNumber::fromString(installedVersion);
|
||||
|
|
Loading…
Reference in a new issue