Fixed: getInstallerCurrentFilePath instead of getInstallerCurrentDirPath

This commit is contained in:
kervala 2016-10-17 13:08:14 +02:00
parent 887eee427d
commit c0678ac664

View file

@ -983,7 +983,7 @@ OperationStep CConfigFile::getInstallNextStep() const
case -1: return LaunchInstalledInstaller; case -1: return LaunchInstalledInstaller;
// continue only if 0 and launched Installer is the installed one // continue only if 0 and launched Installer is the installed one
default: if (getInstallerCurrentDirPath() != getInstallerInstalledFilePath() && QFile::exists(getInstallerInstalledFilePath())) return LaunchInstalledInstaller; default: if (getInstallerCurrentFilePath() != getInstallerInstalledFilePath() && QFile::exists(getInstallerInstalledFilePath())) return LaunchInstalledInstaller;
} }
// no default profile // no default profile