Browse Source

/nonfatal flag for bin/*.pyd

rdb 14 years ago
parent
commit
0807a74605
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/directscripts/packpanda.nsi

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

@@ -90,7 +90,7 @@ Section "${SMDIRECTORY}" SecCore
         File "${PANDA}\LICENSE"
         File "${PANDA}\LICENSE"
         SetOutPath $INSTDIR\bin
         SetOutPath $INSTDIR\bin
         File /r "${PANDA}\bin\*.dll"
         File /r "${PANDA}\bin\*.dll"
-        File /r "${PANDA}\bin\*.pyd"
+        File /nonfatal /r "${PANDA}\bin\*.pyd"
         File /r "${PANDA}\bin\Microsoft.*.manifest"
         File /r "${PANDA}\bin\Microsoft.*.manifest"
         SetOutPath $INSTDIR\etc
         SetOutPath $INSTDIR\etc
         File /r "${PANDACONF}\*"
         File /r "${PANDACONF}\*"