Commit 93787b31 authored by Thomas Nigro's avatar Thomas Nigro Committed by Jean-Baptiste Kempf

Win32: fix the copying of the plugins in the installer

Also, don't copy the sdk folder
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d88c17f1
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
!macroend !macroend
!macro InstallFolder FOLDER !macro InstallFolder FOLDER
File /r "${FOLDER}\*.*" File /r /x sdk "${FOLDER}"
Push "${FOLDER}" Push "${FOLDER}"
Call InstallFolderInternal Call InstallFolderInternal
!macroend !macroend
......
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