[vlc-commits] Revert "Win32: fix the copying of the plugins in the installer"
Rafaël Carré
git at videolan.org
Wed Jan 20 17:46:43 CET 2016
vlc/vlc-2.2 | branch: master | Rafaël Carré <funman at videolan.org> | Wed Jan 20 17:45:41 2016 +0100| [faab3199810ee91f98fb73dd6134290a615d9488] | committer: Rafaël Carré
Revert "Win32: fix the copying of the plugins in the installer"
This reverts commit f88e58fbf5d5ce0dd67973c92091ac6ba16a96a6.
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=faab3199810ee91f98fb73dd6134290a615d9488
---
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..dac55d7 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