[vlc-commits] Revert "Win32: fix the copying of the plugins in the installer"
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:41:10 2016 +0100| [77c2b5f0d099b846daf69e20efa9528cace19b3e] | committer: Rafaël Carré
Revert "Win32: fix the copying of the plugins in the installer"
This reverts commit 93787b31ab3a5df283f14ef271baadd83a54712c.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=77c2b5f0d099b846daf69e20efa9528cace19b3e
---
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 d604d2c..9f22315 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 /x sdk "${FOLDER}"
+ File /r "${FOLDER}\*.*"
Push "${FOLDER}"
Call InstallFolderInternal
!macroend
More information about the vlc-commits
mailing list