[vlc-commits] Revert "Revert "Win32: fix the copying of the plugins in the installer""

Rafaël Carré git at videolan.org
Fri Jan 22 07:15:44 CET 2016


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Jan 22 07:14:15 2016 +0100| [9630314ef8e2a2f91163721218b935bc2498801f] | committer: Rafaël Carré

Revert "Revert "Win32: fix the copying of the plugins in the installer""

This reverts commit 77c2b5f0d099b846daf69e20efa9528cace19b3e.

Fixes: #15589

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9630314ef8e2a2f91163721218b935bc2498801f
---

 extras/package/win32/NSIS/helpers/install.nsh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/win32/NSIS/helpers/install.nsh b/extras/package/win32/NSIS/helpers/install.nsh
index 9f22315..d604d2c 100644
--- a/extras/package/win32/NSIS/helpers/install.nsh
+++ b/extras/package/win32/NSIS/helpers/install.nsh
@@ -29,7 +29,7 @@
 !macroend
 
 !macro InstallFolder FOLDER
-  File /r "${FOLDER}\*.*"
+  File /r /x sdk "${FOLDER}"
   Push "${FOLDER}"
   Call InstallFolderInternal
 !macroend



More information about the vlc-commits mailing list