Fix when the source path contains a space
This commit is contained in:
parent
a2ee3a779a
commit
bec4483a8d
|
|
@ -139,7 +139,7 @@ Section "${SMDIRECTORY}" SecCore
|
|||
File /nonfatal /r "${PANDA}\plugins\*.dlo"
|
||||
File /nonfatal /r "${PANDA}\plugins\*.mll"
|
||||
File /nonfatal /r "${PANDA}\plugins\*.mel"
|
||||
File ${PSOURCE}\doc\INSTALLING-PLUGINS.TXT
|
||||
File "${PSOURCE}\doc\INSTALLING-PLUGINS.TXT"
|
||||
SetOutPath $INSTDIR\pandac\input
|
||||
File /r "${PANDA}\pandac\input\*"
|
||||
SetOutPath $INSTDIR\bin
|
||||
|
|
|
|||
Loading…
Reference in New Issue