summaryrefslogtreecommitdiff
path: root/tools/msvs
diff options
context:
space:
mode:
authorMatt Ezell <ezell.matt@gmail.com>2012-03-07 12:37:09 -0600
committerisaacs <i@izs.me>2012-03-15 13:28:01 -0700
commit96e3be3aa30069f61636840accbb6a60934b3f4c (patch)
tree836a2face01671b10098e7130b95c4399c190694 /tools/msvs
parentd2fba2bf35e3d55c55590116e7b7fd6951bb1fdb (diff)
downloadandroid-node-v8-96e3be3aa30069f61636840accbb6a60934b3f4c.tar.gz
android-node-v8-96e3be3aa30069f61636840accbb6a60934b3f4c.tar.bz2
android-node-v8-96e3be3aa30069f61636840accbb6a60934b3f4c.zip
Added trailing backslash to npm path
Fix #2377: $PATH issues reported for MSI installer
Diffstat (limited to 'tools/msvs')
-rwxr-xr-xtools/msvs/msi/product.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs
index 889fd37f1d..a0d8d1eba0 100755
--- a/tools/msvs/msi/product.wxs
+++ b/tools/msvs/msi/product.wxs
@@ -35,7 +35,7 @@
Name="PATH"
Part="last"
System="yes"
- Value="[AppDataFolder]npm" />
+ Value="[AppDataFolder]npm\" />
<Environment Id="node_env"
Action="set"
Name="PATH"