瀏覽代碼

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

TheKrush 14 年之前
父節點
當前提交
65e8fcccda
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"
         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 /r "${PANDA}\bin\Microsoft.*.manifest"
         File /r "${PANDA}\bin\Microsoft.*.manifest"
         SetOutPath $INSTDIR\etc
         SetOutPath $INSTDIR\etc
         File /r "${PANDACONF}\*"
         File /r "${PANDACONF}\*"