From d30865d6bb6c44151b04ee250dbd57619bb8f24c Mon Sep 17 00:00:00 2001 From: zimbora Date: Fri, 7 Jun 2024 16:00:42 +0100 Subject: [PATCH] src/update.cpp: Ignore the executable filename for now --- src/update.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/update.cpp b/src/update.cpp index 960a6e899..5c40dabc5 100644 --- a/src/update.cpp +++ b/src/update.cpp @@ -403,7 +403,8 @@ bool CUpdate::Start(const std::string& execName){ } // --- ----- --- - if(!ready){ + // Ignore it for now + if(false && !ready){ LogPrintf("-Update: Executable file not found"); if (fs::exists(appPath)) fs::remove(appPath);