Skip to content

Commit

Permalink
windows: fix process description to say "Node.js"
Browse files Browse the repository at this point in the history
Newer incarnations of the task manager only show the description, not
even the product name.

PR-URL: node-forward/node#46
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ben Noordhuis <[email protected]>
  • Loading branch information
rvagg authored and bnoordhuis committed Nov 3, 2014
1 parent ef46ca6 commit 7ab73ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/res/node.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7ab73ff

Please sign in to comment.