mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Update updater.cpp
deprecate suffix nightly, promote suffix daily
This commit is contained in:
parent
ca200e788e
commit
a33fc2a0db
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue