From 890dc2eeb1bdf4a861cd3493245359238d033a12 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 4 Mar 2013 19:47:05 +0100 Subject: [PATCH] win/msi: make msi build work when spaces are present in the path --- tools/msvs/msi/nodemsi.wixproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/msvs/msi/nodemsi.wixproj b/tools/msvs/msi/nodemsi.wixproj index 224db82520..b1ecbdb960 100644 --- a/tools/msvs/msi/nodemsi.wixproj +++ b/tools/msvs/msi/nodemsi.wixproj @@ -62,7 +62,7 @@ - move !(TargetPath) $(TargetDir)\$(TargetFileName) -move !(TargetPdbPath) $(TargetDir)\$(TargetPdbName) + move "!(TargetPath)" "$(TargetDir)\$(TargetFileName)" +move "!(TargetPdbPath)" "$(TargetDir)\$(TargetPdbName)" \ No newline at end of file