Browse Source

/nonfatal flag for *.p3d

rdb 15 years ago
parent
commit
f272169d11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/directscripts/packpanda.nsi

+ 1 - 1
direct/src/directscripts/packpanda.nsi

@@ -148,7 +148,7 @@ Section "${SMDIRECTORY}" SecCore
             File /r "${PANDA}\pandac\input\*"
             File /r "${PANDA}\pandac\input\*"
             SetOutPath $INSTDIR\bin
             SetOutPath $INSTDIR\bin
             File /r "${PANDA}\bin\*.exe"
             File /r "${PANDA}\bin\*.exe"
-            File /r "${PANDA}\bin\*.p3d"
+            File /nonfatal /r "${PANDA}\bin\*.p3d"
             SetOutPath $INSTDIR\lib
             SetOutPath $INSTDIR\lib
             File /r /x *.exp "${PANDA}\lib\*"
             File /r /x *.exp "${PANDA}\lib\*"
             SetOutPath $INSTDIR\include
             SetOutPath $INSTDIR\include