From a33fc2a0dbd99c1ad3cf5fd56111ff46cdd0fbd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Weigert?= Date: Wed, 10 Jan 2018 16:22:28 +0100 Subject: [PATCH] Update updater.cpp deprecate suffix nightly, promote suffix daily --- src/gui/updater/updater.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/updater/updater.cpp b/src/gui/updater/updater.cpp index 940f2026b7..ebf70b7aaa 100644 --- a/src/gui/updater/updater.cpp +++ b/src/gui/updater/updater.cpp @@ -64,7 +64,8 @@ QUrl Updater::addQueryParams(const QUrl &url) QString suffix = QString::fromLatin1(MIRALL_STRINGIFY(MIRALL_VERSION_SUFFIX)); paramUrl.addQueryItem(QLatin1String("versionsuffix"), suffix); - if (suffix.startsWith("nightly") + if (suffix.startsWith("daily") + || suffix.startsWith("nightly") || suffix.startsWith("alpha") || suffix.startsWith("rc") || suffix.startsWith("beta")) {