mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
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+'/DCOMPRESSOR="'+COMPRESS+'" '
|
||||||
CMD=CMD+'/DNAME="'+NAME+'" '
|
CMD=CMD+'/DNAME="'+NAME+'" '
|
||||||
CMD=CMD+'/DSMDIRECTORY="'+SMDIRECTORY+'" '
|
CMD=CMD+'/DSMDIRECTORY="'+SMDIRECTORY+'" '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user