Skip to content

Commit 3b8909a

Browse files
committed
remove setup.cfg copy
1 parent 5cb9db6 commit 3b8909a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor/build.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ cd
2323

2424
if %PYTHON_VERSION% GEQ 3 xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\lib\python3\Release\*.pyd" .\cv2 /I
2525
if %PYTHON_VERSION% LSS 3 xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\lib\RELEASE\*.pyd" .\cv2 /I
26+
2627
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\bin\Release\*.dll" .\cv2 /I
27-
xcopy "LICENSE*.txt" .\cv2 /I
28-
xcopy "%APPVEYOR_BUILD_FOLDER%\appveyor\setup.cfg" .\ /I
28+
xcopy "%APPVEYOR_BUILD_FOLDER%\LICENSE*.txt" .\cv2 /I
2929

3030
dir
3131

0 commit comments

Comments
 (0)