From bd29162dbb698e5a58e227b7306b16aa52c57f39 Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Wed, 3 Dec 2025 20:53:28 +0100 Subject: [PATCH] feat: remove parameter fileprovider from updater request. All macOS clients will update to a version with file provider. Signed-off-by: Camila Ayres --- src/gui/updater/updater.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/updater/updater.cpp b/src/gui/updater/updater.cpp index d57336e1e8002..a184cbf2d7314 100644 --- a/src/gui/updater/updater.cpp +++ b/src/gui/updater/updater.cpp @@ -52,9 +52,6 @@ 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"));