mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Relaunch installed Ryzom Installer if exists
This commit is contained in:
parent
ac47e6e46f
commit
7140cb40a7
1 changed files with 2 additions and 2 deletions
|
@ -979,8 +979,8 @@ OperationStep CConfigFile::getInstallNextStep() const
|
||||||
// current installer older, launch the more recent installer
|
// current installer older, launch the more recent installer
|
||||||
case -1: return LaunchInstalledInstaller;
|
case -1: return LaunchInstalledInstaller;
|
||||||
|
|
||||||
// continue only if 0
|
// continue only if 0 and launched Installer is the installed one
|
||||||
default: break;
|
default: if (getInstallerCurrentDirPath() != getInstallerInstalledFilePath() && QFile::exists(getInstallerInstalledFilePath())) return LaunchInstalledInstaller;
|
||||||
}
|
}
|
||||||
|
|
||||||
// no default profile
|
// no default profile
|
||||||
|
|
Loading…
Reference in a new issue