makepanda: Don't fail building installer if models dir is empty

This commit is contained in:
rdb 2020-11-21 14:19:22 +01:00
parent 93900a203e
commit 5fe83f4286
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ SectionGroup "Panda3D Libraries"
SetDetailsPrint listonly
SetOutPath $INSTDIR\models
File /r /x CVS "${BUILT}\models\*"
File /nonfatal /r /x CVS "${BUILT}\models\*"
SetDetailsPrint both
DetailPrint "Installing optional components..."