diff --git a/launchers/win32/LauncherManager.cpp b/launchers/win32/LauncherManager.cpp index bba23966a6..ea9073763d 100644 --- a/launchers/win32/LauncherManager.cpp +++ b/launchers/win32/LauncherManager.cpp @@ -745,7 +745,7 @@ BOOL LauncherManager::installContent() { } else { addToLog(_T("Error decompressing content zip file.")); - setFailed(_hasFailed); + setFailed(true); } }; std::function onProgress = [&](float progress) { @@ -785,7 +785,7 @@ BOOL LauncherManager::downloadFile(ProcessType type, const CString& url, CString } else { addToLog(_T("Error downloading application.")); } - setFailed(_hasFailed); + setFailed(true); } }; std::function onProgress = [&, type](float progress) {