From d11134d87548f36886fd4bbc404ae98e2077f4bb Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Mon, 29 Dec 2014 14:25:00 -0800 Subject: [PATCH] Target Windows 10 in NVDA's application manifest. This means that correct Windows version information will be reported on Windows 10. Fixes #4760. --- source/setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/setup.py b/source/setup.py index ca615c844f0..c02d872dac1 100755 --- a/source/setup.py +++ b/source/setup.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #setup.py #A part of NonVisual Desktop Access (NVDA) -#Copyright (C) 2006-2014 NV Access Limited, Peter Vágner +#Copyright (C) 2006-2015 NV Access Limited, Peter Vágner, Joseph Lee #This file is covered by the GNU General Public License. #See the file COPYING for more details. @@ -54,6 +54,8 @@ + + """