From 3b8909a85f4d707d3d34ada23932d8b615fcfbb0 Mon Sep 17 00:00:00 2001 From: Olli-Pekka Heinisuo Date: Sat, 22 Jul 2017 15:22:41 +0300 Subject: [PATCH] remove setup.cfg copy --- appveyor/build.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor/build.cmd b/appveyor/build.cmd index 7a00cdd..2d85a69 100644 --- a/appveyor/build.cmd +++ b/appveyor/build.cmd @@ -23,9 +23,9 @@ cd if %PYTHON_VERSION% GEQ 3 xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\lib\python3\Release\*.pyd" .\cv2 /I if %PYTHON_VERSION% LSS 3 xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\lib\RELEASE\*.pyd" .\cv2 /I + xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\bin\Release\*.dll" .\cv2 /I -xcopy "LICENSE*.txt" .\cv2 /I -xcopy "%APPVEYOR_BUILD_FOLDER%\appveyor\setup.cfg" .\ /I +xcopy "%APPVEYOR_BUILD_FOLDER%\LICENSE*.txt" .\cv2 /I dir -- GitLab