mirror of https://github.com/nodejs/node.git
win/msi: make msi build work when spaces are present in the path
parent
119cbf4854
commit
890dc2eeb1
|
@ -62,7 +62,7 @@
|
||||||
</HeatDirectory>
|
</HeatDirectory>
|
||||||
</Target>
|
</Target>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PostBuildEvent>move !(TargetPath) $(TargetDir)\$(TargetFileName)
|
<PostBuildEvent>move "!(TargetPath)" "$(TargetDir)\$(TargetFileName)"
|
||||||
move !(TargetPdbPath) $(TargetDir)\$(TargetPdbName)</PostBuildEvent>
|
move "!(TargetPdbPath)" "$(TargetDir)\$(TargetPdbName)"</PostBuildEvent>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue