[vlc-commits] nsis: do not look for plugins/ folder elsewhere than /plugins/
Rafaël Carré
git at videolan.org
Wed Jan 20 19:45:36 CET 2016
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Jan 20 19:11:54 2016 +0100| [9f6d6486b3fa57750bb1f2f6ed31f9f964136bff] | committer: Rafaël Carré
nsis: do not look for plugins/ folder elsewhere than /plugins/
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f6d6486b3fa57750bb1f2f6ed31f9f964136bff
---
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 42849e0..20f84b6 100644
--- a/extras/package/win32/NSIS/vlc.win32.nsi.in
+++ b/extras/package/win32/NSIS/vlc.win32.nsi.in
@@ -199,7 +199,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
More information about the vlc-commits
mailing list