aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-11-02 13:27:37 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2014-11-02 13:33:52 +0000
commitc49c77508771441164b358626193a10492fecc89 (patch)
tree8492c92bb255b97934b2e49dd65183ed216b7943 /image
parentf8c3f15613e1805447500ed00dbbbe4904a654bf (diff)
Add identification of Windows (Server) 10
Change-Id: I5ab7a4dc67ceac644faead0d9e460e3babaf6355 Reviewed-on: https://code.wireshark.org/review/5067 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'image')
-rw-r--r--image/wireshark.exe.manifest.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/image/wireshark.exe.manifest.in b/image/wireshark.exe.manifest.in
index 3b80f8c699..9a3f32c912 100644
--- a/image/wireshark.exe.manifest.in
+++ b/image/wireshark.exe.manifest.in
@@ -39,6 +39,8 @@
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<!-- Windows 8.1 -->
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
+ <!-- Windows 10 -->
+ <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
</assembly>