From 604ce59c8ef1dbc679bdac96ab54c6225f0f24b0 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 10 Feb 2020 13:39:20 +0100 Subject: [PATCH] Windows: Specifically target 8, 8.1, 10 This is required as otherwise IsWindows10OrGreater() still returns false. https://docs.microsoft.com/en-us/windows/win32/sysinfo/targeting-your-application-at-windows-8-1 --- agent/windows-setup-agent/app.manifest | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/agent/windows-setup-agent/app.manifest b/agent/windows-setup-agent/app.manifest index ff3d8ae62..b301731d1 100644 --- a/agent/windows-setup-agent/app.manifest +++ b/agent/windows-setup-agent/app.manifest @@ -25,18 +25,12 @@ - - - - - - - - - - - - + + + + + +