mirror of https://github.com/nodejs/node.git
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
parent
ef46ca61b5
commit
7ab73ff735
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue