mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Fix erroneous report in installer while installing libs
This commit is contained in:
parent
da79c28a6c
commit
04819719fb
@ -166,6 +166,10 @@ SectionGroup "Panda3D Libraries"
|
|||||||
SetOutPath $INSTDIR\models
|
SetOutPath $INSTDIR\models
|
||||||
File /r /x CVS "${BUILT}\models\*"
|
File /r /x CVS "${BUILT}\models\*"
|
||||||
|
|
||||||
|
SetDetailsPrint both
|
||||||
|
DetailPrint "Installing optional components..."
|
||||||
|
SetDetailsPrint listonly
|
||||||
|
|
||||||
RMDir /r "$SMPROGRAMS\${TITLE}"
|
RMDir /r "$SMPROGRAMS\${TITLE}"
|
||||||
CreateDirectory "$SMPROGRAMS\${TITLE}"
|
CreateDirectory "$SMPROGRAMS\${TITLE}"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user