mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Changed: Relaunch installed Ryzom Installer if exists
This commit is contained in:
parent
a307601382
commit
377b122772
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
|
||||
case -1: return LaunchInstalledInstaller;
|
||||
|
||||
// continue only if 0
|
||||
default: break;
|
||||
// continue only if 0 and launched Installer is the installed one
|
||||
default: if (getInstallerCurrentDirPath() != getInstallerInstalledFilePath() && QFile::exists(getInstallerInstalledFilePath())) return LaunchInstalledInstaller;
|
||||
}
|
||||
|
||||
// no default profile
|
||||
|
|
Loading…
Reference in a new issue