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

This commit is contained in:
TheKrush 2011-04-15 18:43:42 +00:00
parent 324c367d90
commit 65e8fcccda
1 changed files with 1 additions and 0 deletions

View File

@ -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}\*"