We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb9db6 commit 3b8909aCopy full SHA for 3b8909a
appveyor/build.cmd
@@ -23,9 +23,9 @@ cd
23
24
if %PYTHON_VERSION% GEQ 3 xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\lib\python3\Release\*.pyd" .\cv2 /I
25
if %PYTHON_VERSION% LSS 3 xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\lib\RELEASE\*.pyd" .\cv2 /I
26
+
27
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\bin\Release\*.dll" .\cv2 /I
-xcopy "LICENSE*.txt" .\cv2 /I
28
-xcopy "%APPVEYOR_BUILD_FOLDER%\appveyor\setup.cfg" .\ /I
+xcopy "%APPVEYOR_BUILD_FOLDER%\LICENSE*.txt" .\cv2 /I
29
30
dir
31
0 commit comments