vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Sep 8 18:16:35 2015 +0200| [1806cbc0576a98dc25d54d9f54b4f9cc054dee54] | committer: Jean-Baptiste Kempf
Win32: improve the speed of the installer > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1806cbc0576a98dc25d54d9f54b4f9cc054dee54 --- 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..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 "${FOLDER}" + File /r "${FOLDER}\*.*" Push "${FOLDER}" Call InstallFolderInternal !macroend _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
