diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-02-08 17:56:14 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-04-12 20:57:17 +0200 |
commit | 4730f54df7edf4775dfddf45f77c60edd86c32d9 (patch) | |
tree | 22fe05326976cbdadf150c1cfe0710f375e34edf /MultiMC.cpp | |
parent | 7a71ecd8af0454e405b25080a4b266fc99306269 (diff) | |
download | MultiMC-4730f54df7edf4775dfddf45f77c60edd86c32d9.tar MultiMC-4730f54df7edf4775dfddf45f77c60edd86c32d9.tar.gz MultiMC-4730f54df7edf4775dfddf45f77c60edd86c32d9.tar.lz MultiMC-4730f54df7edf4775dfddf45f77c60edd86c32d9.tar.xz MultiMC-4730f54df7edf4775dfddf45f77c60edd86c32d9.zip |
SCRATCH separate the generic updater logic from the application
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r-- | MultiMC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp index 8375dc1b..2ce668f2 100644 --- a/MultiMC.cpp +++ b/MultiMC.cpp @@ -192,7 +192,7 @@ MultiMC::MultiMC(int &argc, char **argv, bool test_mode) : QApplication(argc, ar initTranslations(); // initialize the updater - m_updateChecker.reset(new UpdateChecker(BuildConfig.CHANLIST_URL, BuildConfig.VERSION_BUILD)); + m_updateChecker.reset(new UpdateChecker(BuildConfig.CHANLIST_URL, BuildConfig.VERSION_CHANNEL, BuildConfig.VERSION_BUILD)); m_translationChecker.reset(new TranslationDownloader()); |