Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/res
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2015-01-08 18:19:20 +0300
committerBert Belder <bertbelder@gmail.com>2015-01-09 01:32:15 +0300
commit889f4023aa503a0968c4cdb89d28f743469fcd11 (patch)
tree1731bac92659773a3bb10dff870be83f3c11f6cf /src/res
parent2e40ae673646fa608a49c4a939dd64b4eb060204 (diff)
win,src: node -> iojs in executable manifest
PR-URL: https://github.com/iojs/io.js/pull/263 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'src/res')
-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 90836d7375f..48559ab5c1f 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