Fix node 4.1.1 manifest on Windows to include .exe suffix on the generated NODE_JS environment variable.
This commit is contained in:
@@ -317,7 +317,7 @@
|
||||
"windows_url": "node_4.1.1_32bit.zip",
|
||||
"linux_url": "node-v4.1.1-linux-x86.tar.gz",
|
||||
"activated_path": "%installation_dir%/bin",
|
||||
"activated_cfg": "NODE_JS='%installation_dir%/bin/node'"
|
||||
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'"
|
||||
},
|
||||
{
|
||||
"id": "node",
|
||||
@@ -327,7 +327,7 @@
|
||||
"windows_url": "node_4.1.1_64bit.zip",
|
||||
"linux_url": "node-v4.1.1-linux-x64.tar.gz",
|
||||
"activated_path": "%installation_dir%/bin",
|
||||
"activated_cfg": "NODE_JS='%installation_dir%/bin/node'"
|
||||
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'"
|
||||
},
|
||||
{
|
||||
"id": "python",
|
||||
|
||||
Reference in New Issue
Block a user