Commit b8efbea5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf Committed by Christophe Mutricy

Simplification of nsis script that helps a lot.

Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent a3171a0c
......@@ -403,12 +403,9 @@ Section $Name_Section01 SEC01
; VLC.exe, libvlc.dll
!insertmacro InstallFile vlc.exe
!insertmacro InstallFile vlc.exe.manifest
!ifdef LIBVLCCORE_DLL
!insertmacro InstallFile ${LIBVLCCORE_DLL}
!endif
!ifdef LIBVLC_DLL
!insertmacro InstallFile ${LIBVLC_DLL}
!endif
; All dlls
!insertmacro InstallFile *.dll
; Text files
!insertmacro InstallFile *.txt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment