-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take into account operating server info to scope updates to supported ones #129
Comments
What information needs to be send by client? |
on windows we would send those info to the updater server: as indicated in my previous link, the requirements are the following:
|
https://sparkle-project.org/documentation/publishing/ add sparkle:minimumSystemVersion and sparkle:maximumSystemVersion for Sparkle |
For Windows we have following osVersions:
QT5/6, check build number:
QT6:
Uncertain: |
Mac is easy: |
Updated doc: https://doc.qt.io/qt-6/supported-platforms.html |
Given the changes in macOS limiting our ability to support old macOS releases, we need to make sure we do not distribute unsupported release of desktop client to releases unable to install or run it.
Similarly, when we manage to release a desktop client version based on Qt6, we will also have to bump the platform requirements on most operating systems.
Then, we need to ensure we do not send an update based on Qt6 on operating system that are unsupported.
See https://doc-snapshots.qt.io/qt6-6.6/supported-platforms.html#desktop-platforms
The text was updated successfully, but these errors were encountered: