mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Update updater.cpp
deprecate suffix nightly, promote suffix daily
This commit is contained in:
parent
ca200e788e
commit
a33fc2a0db
@ -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")) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user