diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-10-26 07:59:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-10-26 07:59:14 (GMT) |
commit | 3c89aa72257c3d63d9bbdc1f944565ec1bcd66a4 (patch) | |
tree | eb026c5ac0b4ef6bc0ac58ee326d52fab8ad5b6c /win | |
parent | ac923e955b3295407b5943859bd2a3b9989c17f3 (diff) | |
download | tk-3c89aa72257c3d63d9bbdc1f944565ec1bcd66a4.zip tk-3c89aa72257c3d63d9bbdc1f944565ec1bcd66a4.tar.gz tk-3c89aa72257c3d63d9bbdc1f944565ec1bcd66a4.tar.bz2 |
Add support for Windows 10
Diffstat (limited to 'win')
-rw-r--r-- | win/wish.exe.manifest.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/wish.exe.manifest.in b/win/wish.exe.manifest.in index 7db42e3..4829471 100644 --- a/win/wish.exe.manifest.in +++ b/win/wish.exe.manifest.in @@ -20,6 +20,8 @@ </trustInfo> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <application> + <!-- Windows 10 --> + <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> <!-- Windows 8.1 --> <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> <!-- Windows 8 --> |