mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Fetch macOS VFS package in autoupdater if the client is using the file provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
591d5eebd2
commit
1c84b832fe
1 changed files with 3 additions and 1 deletions
|
@ -60,8 +60,10 @@ QUrl Updater::updateUrl()
|
|||
if (SparkleUpdater::autoUpdaterAllowed()) {
|
||||
urlQuery.addQueryItem(QLatin1String("sparkle"), QLatin1String("true"));
|
||||
}
|
||||
#ifdef BUILD_FILE_PROVIDER_MODULE
|
||||
urlQuery.addQueryItem(QLatin1String("fileprovider"), QLatin1String("true"));
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
urlQuery.addQueryItem(QLatin1String("msi"), QLatin1String("true"));
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue