Skip to content

Commit

Permalink
src/update.cpp: Ignore the executable filename for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbora committed Jun 7, 2024
1 parent 904845d commit d30865d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d30865d

Please sign in to comment.