- making the installer recognize it needs to also include PYD files when creating the install scripts
This commit is contained in:
parent
324c367d90
commit
65e8fcccda
|
|
@ -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}\*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue