From bf39b96792604133d52cd7ebceea68ba54f34285 Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 16 Oct 2016 17:38:00 +0200 Subject: [PATCH] Fixed: Compilation --HG-- branch : develop --- code/ryzom/tools/client/ryzom_installer/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/main.cpp b/code/ryzom/tools/client/ryzom_installer/src/main.cpp index 23b602284..9b587c0b2 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/main.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/main.cpp @@ -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)