summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucien Greathouse <me@lpghatguy.com>2015-08-08 23:56:08 -0600
committerJoão Reis <reis@janeasystems.com>2015-09-16 05:43:10 -0400
commitc88a0b26dae2c13437a67f96357588268fbe2f68 (patch)
tree507a45d56177f8128d3687135cc80a2abcaf9505
parent8002192b4e29fbe2c48ced94caf7a6427b162884 (diff)
downloadnode-v0.10.tar.gz
build: update manifest to include Windows 10v0.10
This is a port of b0dd3bf499083214023da534e6cd0989f57dbecd . Original commit message: Windows 10 wasn't listed in the executable manifest. This caused problems with trying to detect Windows 10 via `os.release()`. PR-URL: https://github.com/nodejs/io.js/pull/2332 Reviewed-By: Roman Reiss <me@silverwind.io> PR-URL: https://github.com/nodejs/node/pull/2838 Reviewed-By: silverwind - Roman Reiss <me@silverwind.io>
-rw-r--r--src/res/node.exe.extra.manifest2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/res/node.exe.extra.manifest b/src/res/node.exe.extra.manifest
index c4cc80a14..e2e9f1754 100644
--- a/src/res/node.exe.extra.manifest
+++ b/src/res/node.exe.extra.manifest
@@ -2,6 +2,8 @@
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<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 -->