Skip to content

Commit 7ab73ff

Browse files
rvaggbnoordhuis
authored andcommitted
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: node-forward/node#46 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuisl.nl>
1 parent ef46ca6 commit 7ab73ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/res/node.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ BEGIN
5252
BEGIN
5353
VALUE "CompanyName", "Joyent, Inc"
5454
VALUE "ProductName", "Node.js"
55-
VALUE "FileDescription", "Evented I/O for V8 JavaScript"
55+
VALUE "FileDescription", "Node.js: Evented I/O for V8 JavaScript"
5656
VALUE "FileVersion", NODE_VERSION_STRING
5757
VALUE "ProductVersion", NODE_VERSION_STRING
5858
VALUE "OriginalFilename", "node.exe"

0 commit comments

Comments
 (0)