diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2014-10-26 08:00:30 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2014-10-26 08:00:30 (GMT) |
commit | 634deb04a1f1a586ad41b79d85bfd9e84a8c4167 (patch) | |
tree | 54386691baf4b86cbc0db20ea247f94f785ecbd8 /win | |
parent | 2c6c94334bfea7dec46f9cd7cfcb9910d6c8d6c2 (diff) | |
parent | 3f83d2d4056c83b71c7b6b4de9c4254323777d92 (diff) | |
download | tk-634deb04a1f1a586ad41b79d85bfd9e84a8c4167.zip tk-634deb04a1f1a586ad41b79d85bfd9e84a8c4167.tar.gz tk-634deb04a1f1a586ad41b79d85bfd9e84a8c4167.tar.bz2 |
Add support for Windows 10
FossilOrigin-Name: 7faed6f5dff9228ce78ddd7372cedc85472f0d3c
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 --> |