mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-20 21:50:26 -05:00
Fix bug with spaces in paths
This commit is contained in:
@@ -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+'" '
|
||||
|
||||
Reference in New Issue
Block a user