diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-11-18 16:04:08 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-11-19 22:11:45 +0100 |
commit | 69be23c5f629884465dec98efcb9d5a2678b4df5 (patch) | |
tree | 9c9135bb995006fac7a6de3b349fe24b325dbe99 /application/CMakeLists.txt | |
parent | e974950d48e4e8b9500acbeadf9c1abdab1dec72 (diff) | |
download | PrismLauncher-69be23c5f629884465dec98efcb9d5a2678b4df5.tar.gz PrismLauncher-69be23c5f629884465dec98efcb9d5a2678b4df5.tar.bz2 PrismLauncher-69be23c5f629884465dec98efcb9d5a2678b4df5.zip |
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.
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r-- | application/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |