Fixed: Compilation

This commit is contained in:
kervala 2016-10-16 17:38:00 +02:00
parent 9ab3b7f253
commit 997b4b9e00

View file

@ -256,7 +256,7 @@ int main(int argc, char *argv[])
{
#ifndef _DEBUG
// restart more recent installed Installer version
if (QProcess::startDetached(config.getInstallerOriginalFilePath(), QApplication::arguments())) return 0;
if (QProcess::startDetached(config.getInstallerInstalledFilePath(), QApplication::arguments())) return 0;
#endif
}
else if (step == Done)