windows: fix process description to say "Node.js"

Newer incarnations of the task manager only show the description, not
even the product name.

PR-URL: https://github.com/node-forward/node/pull/46
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuisl.nl>
pull/1/head
Rod Vagg 2014-11-04 17:57:11 +10:00 committed by Ben Noordhuis
parent ef46ca61b5
commit 7ab73ff735
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "Joyent, Inc"
VALUE "ProductName", "Node.js"
VALUE "FileDescription", "Evented I/O for V8 JavaScript"
VALUE "FileDescription", "Node.js: Evented I/O for V8 JavaScript"
VALUE "FileVersion", NODE_VERSION_STRING
VALUE "ProductVersion", NODE_VERSION_STRING
VALUE "OriginalFilename", "node.exe"