Commit 3c1281bd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Revert "Delete *.dll and plugins before install."

This reverts commit 9b880b56.
parent c4a3752d
......@@ -400,14 +400,12 @@ Section $Name_Section01 SEC01
!insertmacro InstallFile vlc.exe.manifest
; All dlls
Delete *.dll
!insertmacro InstallFile *.dll
; Text files
!insertmacro InstallFile *.txt
; Subfolders
RMDir /r "$INSTDIR\plugins"
!insertmacro InstallFolder plugins
!insertmacro InstallFolder locale
!insertmacro InstallFolder osdmenu
......
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