summaryrefslogtreecommitdiff
path: root/src/res
diff options
context:
space:
mode:
authorLucien Greathouse <me@lpghatguy.com>2015-08-08 23:56:08 -0600
committerRoman Reiss <me@silverwind.io>2015-08-09 10:22:52 +0200
commitb0dd3bf499083214023da534e6cd0989f57dbecd (patch)
treeaca57b5df998b121083befc9713551c511464de4 /src/res
parent7d14dd9b5e78faabb95d454a79faa513d0bbc2a5 (diff)
downloadandroid-node-v8-b0dd3bf499083214023da534e6cd0989f57dbecd.tar.gz
android-node-v8-b0dd3bf499083214023da534e6cd0989f57dbecd.tar.bz2
android-node-v8-b0dd3bf499083214023da534e6cd0989f57dbecd.zip
build: update manifest to include Windows 10
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>
Diffstat (limited to 'src/res')
-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 c4cc80a141..e2e9f17547 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 -->