projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
119cbf4
)
win/msi: make msi build work when spaces are present in the path
author
Bert Belder
<bertbelder@gmail.com>
Mon, 4 Mar 2013 18:47:05 +0000
(19:47 +0100)
committer
Bert Belder
<bertbelder@gmail.com>
Mon, 4 Mar 2013 18:47:05 +0000
(19:47 +0100)
tools/msvs/msi/nodemsi.wixproj
patch
|
blob
|
history
diff --git
a/tools/msvs/msi/nodemsi.wixproj
b/tools/msvs/msi/nodemsi.wixproj
index
224db82
..
b1ecbdb
100644
(file)
--- a/
tools/msvs/msi/nodemsi.wixproj
+++ b/
tools/msvs/msi/nodemsi.wixproj
@@
-62,7
+62,7
@@
</HeatDirectory>
</Target>
<PropertyGroup>
- <PostBuildEvent>move
!(TargetPath) $(TargetDir)\$(TargetFileName)
-move
!(TargetPdbPath) $(TargetDir)\$(TargetPdbName)
</PostBuildEvent>
+ <PostBuildEvent>move
"!(TargetPath)" "$(TargetDir)\$(TargetFileName)"
+move
"!(TargetPdbPath)" "$(TargetDir)\$(TargetPdbName)"
</PostBuildEvent>
</PropertyGroup>
</Project>
\ No newline at end of file