diff --git a/Telegram/SourceFiles/core/launcher.cpp b/Telegram/SourceFiles/core/launcher.cpp index e8ab106c66..f1d6931de8 100644 --- a/Telegram/SourceFiles/core/launcher.cpp +++ b/Telegram/SourceFiles/core/launcher.cpp @@ -108,7 +108,7 @@ void ComputeExternalUpdater() { while (!fileStream.atEnd()) { const auto path = fileStream.readLine(); - if (path == (cWorkingDir() + cExeName())) { + if (path == (cExeDir() + cExeName())) { SetUpdaterDisabledAtStartup(); return; }