From 7ab73ff735b26207c99b4259c4fd7c1aa8c23643 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 4 Nov 2014 17:57:11 +1000 Subject: [PATCH] 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 Reviewed-By: Ben Noordhuis --- src/res/node.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/res/node.rc b/src/res/node.rc index 0bdb2a0dc74..90836d7375f 100644 --- a/src/res/node.rc +++ b/src/res/node.rc @@ -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"