Fix bug with spaces in paths
This commit is contained in:
parent
2a0ccbf137
commit
f4c8bf2eef
|
|
@ -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+'" '
|
||||
|
|
|
|||
Loading…
Reference in New Issue