Browse Source

makepanda: don't fail building Windows installer if Pmw is missing

rdb 7 years ago
parent
commit
ed54856e9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makepanda/installer.nsi

+ 1 - 1
makepanda/installer.nsi

@@ -368,7 +368,7 @@ SectionGroup "Python support"
         SetOutPath $INSTDIR\pandac\input
         SetOutPath $INSTDIR\pandac\input
         File /r "${BUILT}\pandac\input\*"
         File /r "${BUILT}\pandac\input\*"
         SetOutPath $INSTDIR\Pmw
         SetOutPath $INSTDIR\Pmw
-        File /r /x CVS "${BUILT}\Pmw\*"
+        File /nonfatal /r /x CVS "${BUILT}\Pmw\*"
 
 
         !ifdef REGVIEW
         !ifdef REGVIEW
         SetRegView ${REGVIEW}
         SetRegView ${REGVIEW}