Fix bug with spaces in paths

This commit is contained in:
rdb
2008-11-28 07:33:04 +00:00
parent 2a0ccbf137
commit f4c8bf2eef
+1 -1
View File
@@ -287,7 +287,7 @@ DeleteFiles(".")
#
##############################################################################
CMD=NSIS+"\\makensis.exe /V2 "
CMD="\""+NSIS+"\\makensis.exe\" /V2 "
CMD=CMD+'/DCOMPRESSOR="'+COMPRESS+'" '
CMD=CMD+'/DNAME="'+NAME+'" '
CMD=CMD+'/DSMDIRECTORY="'+SMDIRECTORY+'" '