[vlc-devel] [PATCH] nsis: do not look for plugins/ folder elsewhere than /plugins/

Rafaël Carré funman at videolan.org
Wed Jan 20 19:11:54 CET 2016


---
This patch should do the right thing.

 extras/package/win32/NSIS/vlc.win32.nsi.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/win32/NSIS/vlc.win32.nsi.in b/extras/package/win32/NSIS/vlc.win32.nsi.in
index 0e902cd..7cbc5c9 100644
--- a/extras/package/win32/NSIS/vlc.win32.nsi.in
+++ b/extras/package/win32/NSIS/vlc.win32.nsi.in
@@ -204,7 +204,7 @@ ${MementoSection} $Name_Section01 SEC01
   !insertmacro InstallFile *.txt
 
   ; Subfolders
-  !insertmacro InstallFolder plugins
+  !insertmacro InstallFolder plugins/*.*
   !insertmacro InstallFolder locale
 @BUILD_SKINS_TRUE@   !insertmacro InstallFolder skins
 @BUILD_LUA_TRUE@     !insertmacro InstallFolder lua
-- 
2.5.0



More information about the vlc-devel mailing list