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>
|
||||
</Target>
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>move !(TargetPath) $(TargetDir)\$(TargetFileName)
|
||||
move !(TargetPdbPath) $(TargetDir)\$(TargetPdbName)</PostBuildEvent>
|
||||
<PostBuildEvent>move "!(TargetPath)" "$(TargetDir)\$(TargetFileName)"
|
||||
move "!(TargetPdbPath)" "$(TargetDir)\$(TargetPdbName)"</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue