diff options
| -rw-r--r-- | nt/emacs-x64.manifest | 18 | ||||
| -rw-r--r-- | nt/emacs-x86.manifest | 4 |
2 files changed, 13 insertions, 9 deletions
diff --git a/nt/emacs-x64.manifest b/nt/emacs-x64.manifest index 3cf56dd975d..9481c7e1c8e 100644 --- a/nt/emacs-x64.manifest +++ b/nt/emacs-x64.manifest | |||
| @@ -20,14 +20,16 @@ | |||
| 20 | </trustInfo> | 20 | </trustInfo> |
| 21 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> | 21 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
| 22 | <application> | 22 | <application> |
| 23 | <!-- Windows 8.1 --> | 23 | <!-- Windows 10 --> |
| 24 | <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> | 24 | <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> |
| 25 | <!-- Windows Vista --> | 25 | <!-- Windows 8.1 --> |
| 26 | <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> | 26 | <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> |
| 27 | <!-- Windows 7 --> | 27 | <!-- Windows Vista --> |
| 28 | <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> | 28 | <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> |
| 29 | <!-- Windows 8 --> | 29 | <!-- Windows 7 --> |
| 30 | <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> | 30 | <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> |
| 31 | <!-- Windows 8 --> | ||
| 32 | <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> | ||
| 31 | </application> | 33 | </application> |
| 32 | </compatibility> | 34 | </compatibility> |
| 33 | <asmv3:application> | 35 | <asmv3:application> |
diff --git a/nt/emacs-x86.manifest b/nt/emacs-x86.manifest index d7053be07ec..0ead8da7e3b 100644 --- a/nt/emacs-x86.manifest +++ b/nt/emacs-x86.manifest | |||
| @@ -20,10 +20,12 @@ | |||
| 20 | </trustInfo> | 20 | </trustInfo> |
| 21 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> | 21 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
| 22 | <application> | 22 | <application> |
| 23 | <!-- Windows 10 --> | ||
| 24 | <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> | ||
| 23 | <!-- Windows 8.1 --> | 25 | <!-- Windows 8.1 --> |
| 24 | <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> | 26 | <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> |
| 25 | <!-- Windows Vista --> | 27 | <!-- Windows Vista --> |
| 26 | <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> | 28 | <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> |
| 27 | <!-- Windows 7 --> | 29 | <!-- Windows 7 --> |
| 28 | <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> | 30 | <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> |
| 29 | <!-- Windows 8 --> | 31 | <!-- Windows 8 --> |