diff options
author | Mike Swanson | 2015-08-14 00:42:31 -0700 |
---|---|---|
committer | Mike Swanson | 2015-08-24 14:37:33 -0700 |
commit | 525a7b0d071b146221498a13275c5db206a437e3 (patch) | |
tree | a5aa54fc0d9ab1456545299edc75b088d95d95c4 /src/setup | |
parent | 2da2ddd3777ee5ab35b197786677eb3e0df27030 (diff) | |
download | chocolate-doom-525a7b0d071b146221498a13275c5db206a437e3.tar.gz chocolate-doom-525a7b0d071b146221498a13275c5db206a437e3.tar.bz2 chocolate-doom-525a7b0d071b146221498a13275c5db206a437e3.zip |
setup-manifest: Add compatibility GUID for Windows 10
Diffstat (limited to 'src/setup')
-rw-r--r-- | src/setup/setup-manifest.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/setup/setup-manifest.xml.in b/src/setup/setup-manifest.xml.in index 7db56e8b..111ad0f8 100644 --- a/src/setup/setup-manifest.xml.in +++ b/src/setup/setup-manifest.xml.in @@ -32,6 +32,7 @@ <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> <!-- Vista --> <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> <!-- 8 --> <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> <!-- 8.1 --> + <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> <!-- 10 --> </application> </compatibility> |