vlc/vlc-2.2 | branch: master | Thomas Nigro <[email protected]> | Mon Jan 18 
16:59:49 2016 +0100| [f88e58fbf5d5ce0dd67973c92091ac6ba16a96a6] | committer: 
Jean-Baptiste Kempf

Win32: fix the copying of the plugins in the installer

Also, don't copy the sdk folder

Signed-off-by: Jean-Baptiste Kempf <[email protected]>
(cherry picked from commit 93787b31ab3a5df283f14ef271baadd83a54712c)
Signed-off-by: Jean-Baptiste Kempf <[email protected]>

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

 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 dac55d7..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

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to