mirror of
https://github.com/huderlem/porymap.git
synced 2026-04-22 01:27:33 -05:00
enable update promoter on Windows
This commit is contained in:
parent
0428563e67
commit
e2b28de483
|
|
@ -53,7 +53,7 @@
|
|||
// This is relevant for the update promoter, which alerts users of a new release.
|
||||
// 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)
|
||||
#if defined(Q_OS_WIN) || defined(Q_OS_MACOS)
|
||||
#define RELEASE_PLATFORM
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user