Explorar o código

Added support for plugins directory

Josh Yelon %!s(int64=20) %!d(string=hai) anos
pai
achega
5c96ea2d1f
Modificáronse 1 ficheiros con 6 adicións e 4 borrados
  1. 6 4
      doc/makepanda/panda.nsi

+ 6 - 4
doc/makepanda/panda.nsi

@@ -96,10 +96,12 @@ Section "${SMDIRECTORY}" SecCore
 
 
         !else
         !else
 
 
-            SetOutPath $INSTDIR\bin
-            File /nonfatal /r ${PANDA}\bin\*.dle
-            File /nonfatal /r ${PANDA}\bin\*.dlo
-            File /nonfatal /r ${PANDA}\bin\*.dlm
+            SetOutPath $INSTDIR\plugins
+            File /nonfatal /r ${PANDA}\plugins\*.dle
+            File /nonfatal /r ${PANDA}\plugins\*.dlo
+            File /nonfatal /r ${PANDA}\plugins\*.dlm
+            File /nonfatal /r ${PANDA}\plugins\*.mll
+            File /nonfatal /r ${PANDA}\plugins\*.mel
             SetOutPath $INSTDIR\pandac\input
             SetOutPath $INSTDIR\pandac\input
             File /r ${PANDA}\pandac\input\*
             File /r ${PANDA}\pandac\input\*
             SetOutPath $INSTDIR\bin
             SetOutPath $INSTDIR\bin