Browse Source

- making the installer recognize it needs to also include PYD files when creating the install scripts

TheKrush 14 years ago
parent
commit
65e8fcccda
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/directscripts/packpanda.nsi

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

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