Changed: Create a backup if version of default config is incremented, see #279

--HG--
branch : develop
feature/pipeline-tools
kervala 9 years ago
parent ca02500271
commit a25697fbda

@ -184,7 +184,8 @@ bool CConfigFile::load(const QString &filename)
if (useDefaultValues)
{
// TODO: make a backup of custom installer.ini
// make a backup of custom ryzom_installer.ini
QFile::copy(filename, filename + ".bak");
}
// custom choices, always keep them

Loading…
Cancel
Save