Skip to content

Commit bd29162

Browse files
committed
feat: remove parameter fileprovider from updater request.
All macOS clients will update to a version with file provider. Signed-off-by: Camila Ayres <hello@camilasan.com>
1 parent 1f7ab3c commit bd29162

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/gui/updater/updater.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ QUrl Updater::updateUrl()
5252
if (SparkleUpdater::autoUpdaterAllowed()) {
5353
urlQuery.addQueryItem(QLatin1String("sparkle"), QLatin1String("true"));
5454
}
55-
#ifdef BUILD_FILE_PROVIDER_MODULE
56-
urlQuery.addQueryItem(QLatin1String("fileprovider"), QLatin1String("true"));
57-
#endif
5855
#endif
5956
#if defined(Q_OS_WIN)
6057
urlQuery.addQueryItem(QLatin1String("msi"), QLatin1String("true"));

0 commit comments

Comments
 (0)