Browse Source

win/msi: make msi build work when spaces are present in the path

v0.9.12-release
Bert Belder 12 years ago
parent
commit
890dc2eeb1
  1. 4
      tools/msvs/msi/nodemsi.wixproj

4
tools/msvs/msi/nodemsi.wixproj

@ -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…
Cancel
Save