From 69be23c5f629884465dec98efcb9d5a2678b4df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 18 Nov 2016 16:04:08 +0100 Subject: GH-1726 better failure detection for updates Instead of just checking if the new version started, make sure it is able to write its IPC key to a file and then use the key to connect to the process. --- application/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/CMakeLists.txt') diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 64879e27..18351cce 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -85,6 +85,8 @@ SET(MULTIMC_SOURCES MultiMC.cpp BuildConfig.h ${PROJECT_BINARY_DIR}/BuildConfig.cpp + UpdateController.cpp + UpdateController.h # GUI - general utilities GuiUtil.h -- cgit v1.2.3