summaryrefslogtreecommitdiff
path: root/src/res/node.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/res/node.rc')
-rw-r--r--src/res/node.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/res/node.rc b/src/res/node.rc
index 90836d7375..48559ab5c1 100644
--- a/src/res/node.rc
+++ b/src/res/node.rc
@@ -55,7 +55,7 @@ BEGIN
VALUE "FileDescription", "Node.js: Evented I/O for V8 JavaScript"
VALUE "FileVersion", NODE_VERSION_STRING
VALUE "ProductVersion", NODE_VERSION_STRING
- VALUE "OriginalFilename", "node.exe"
+ VALUE "OriginalFilename", "iojs.exe"
VALUE "InternalName", "node"
VALUE "LegalCopyright", "Copyright Joyent, Inc. and other Node contributors. MIT license."
END