Fossil SCM
Windows 10 compatibility
Commit
476f812e185015cc639c4dae517af129853fe84e
Parent
b9a1beda9e2587c…
1 file changed
+2
| --- win/fossil.exe.manifest | ||
| +++ win/fossil.exe.manifest | ||
| @@ -13,10 +13,12 @@ | ||
| 13 | 13 | </requestedPrivileges> |
| 14 | 14 | </security> |
| 15 | 15 | </trustInfo> |
| 16 | 16 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
| 17 | 17 | <application> |
| 18 | + <!-- Windows 10 --> | |
| 19 | + <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> | |
| 18 | 20 | <!-- Windows 8.1 --> |
| 19 | 21 | <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> |
| 20 | 22 | <!-- Windows 8 --> |
| 21 | 23 | <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> |
| 22 | 24 | <!-- Windows 7 --> |
| 23 | 25 |
| --- win/fossil.exe.manifest | |
| +++ win/fossil.exe.manifest | |
| @@ -13,10 +13,12 @@ | |
| 13 | </requestedPrivileges> |
| 14 | </security> |
| 15 | </trustInfo> |
| 16 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
| 17 | <application> |
| 18 | <!-- Windows 8.1 --> |
| 19 | <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> |
| 20 | <!-- Windows 8 --> |
| 21 | <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> |
| 22 | <!-- Windows 7 --> |
| 23 |
| --- win/fossil.exe.manifest | |
| +++ win/fossil.exe.manifest | |
| @@ -13,10 +13,12 @@ | |
| 13 | </requestedPrivileges> |
| 14 | </security> |
| 15 | </trustInfo> |
| 16 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
| 17 | <application> |
| 18 | <!-- Windows 10 --> |
| 19 | <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> |
| 20 | <!-- Windows 8.1 --> |
| 21 | <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> |
| 22 | <!-- Windows 8 --> |
| 23 | <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> |
| 24 | <!-- Windows 7 --> |
| 25 |