Commit 49c2c96f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Simplification of nsis script that helps a lot.

parent 42c63d96
...@@ -398,12 +398,9 @@ Section $Name_Section01 SEC01 ...@@ -398,12 +398,9 @@ Section $Name_Section01 SEC01
; VLC.exe, libvlc.dll ; VLC.exe, libvlc.dll
!insertmacro InstallFile vlc.exe !insertmacro InstallFile vlc.exe
!insertmacro InstallFile vlc.exe.manifest !insertmacro InstallFile vlc.exe.manifest
!ifdef LIBVLCCORE_DLL
!insertmacro InstallFile ${LIBVLCCORE_DLL} ; All dlls
!endif !insertmacro InstallFile *.dll
!ifdef LIBVLC_DLL
!insertmacro InstallFile ${LIBVLC_DLL}
!endif
; Text files ; Text files
!insertmacro InstallFile *.txt !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