Disable update promoter on Windows
This commit is contained in:
parent
3af14307d3
commit
b28d4085ec
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@
|
|||
|
||||
// We only publish release binaries for Windows and macOS.
|
||||
// This is relevant for the update promoter, which alerts users of a new release.
|
||||
#if defined(Q_OS_WIN) || defined(Q_OS_MACOS)
|
||||
// TODO: Currently the update promoter is disabled on our Windows releases because
|
||||
// the pre-compiled Qt build doesn't link OpenSSL. Re-enable below once this is fixed.
|
||||
#if /*defined(Q_OS_WIN) || */defined(Q_OS_MACOS)
|
||||
#define RELEASE_PLATFORM
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue