Skip to content

Commit

Permalink
Fetch macOS VFS package in autoupdater if the client is using the fil…
Browse files Browse the repository at this point in the history
…e provider module

Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra authored and camilasan committed Apr 23, 2024
1 parent 510b3ed commit 2380847
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gui/updater/updater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2380847

Please sign in to comment.