win: manifest node.exe for Windows 8.1
authorAlexis Campailla <alexis@janeasystems.com>
Fri, 15 Aug 2014 16:25:38 +0000 (18:25 +0200)
committerTrevor Norris <trev.norris@gmail.com>
Wed, 17 Sep 2014 21:26:35 +0000 (14:26 -0700)
commit03e93526e6b38279c04d69ddf98c493342730e85
tree7766cf18a1f9ddf4a0299ef800f24df3d193a54e
parent378d9723f25cb5db88d2d0c74190800606d120f1
win: manifest node.exe for Windows 8.1

Adding a compatibility section to node.exe embedded manifest so that
Node is declared explicitly compatible with Windows 8.1. Required so
that os.release() can return the correct version on Windows 8.1.

See http://msdn.microsoft.com/en-us/library/windows/desktop/ms724451(v=vs.85).aspx

Reviewed-by: Trevor Norris <trev.norris@gmail.com>
node.gyp
src/res/node.exe.extra.manifest [new file with mode: 0644]