mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Fix for Windows 10 detection in murmur
Murmur now uses Mumble's appcompat.manifest so it can query and report its host operating system correctly on Windows 10. Previously it reported as Windows 8 on that platform.
This commit is contained in:
parent
c005fe3486
commit
c3236b3055
@ -39,6 +39,7 @@ win32 {
|
||||
SOURCES *= Tray.cpp
|
||||
HEADERS *= Tray.h
|
||||
LIBS *= -luser32
|
||||
QMAKE_POST_LINK = $$QMAKE_POST_LINK$$escape_expand(\\n\\t)$$quote(mt.exe -nologo -updateresource:$(DESTDIR_TARGET);1 -manifest ../mumble/mumble.appcompat.manifest)
|
||||
}
|
||||
|
||||
unix {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user