Skip to content

Commit

Permalink
CP is not COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
moonpyk committed Aug 20, 2019
1 parent 8c861f8 commit 3a1a5f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ build_script:
..

- cmd: nmake install
- cmd: cp "%CONDA%\Library\bin\openjp2.dll" "%INSTALL_DIR%\bin\"
- cmd: cp "%CONDA%\Library\bin\libpng16.dll" "%INSTALL_DIR%\bin\"
- cmd: cp "%CONDA%\Library\bin\zlib.dll" "%INSTALL_DIR%\bin\"
- cmd: copy "%CONDA%\Library\bin\openjp2.dll" "%INSTALL_DIR%\bin\"
- cmd: copy "%CONDA%\Library\bin\libpng16.dll" "%INSTALL_DIR%\bin\"
- cmd: copy "%CONDA%\Library\bin\zlib.dll" "%INSTALL_DIR%\bin\"

test_script:
- cmd: call "%INSTALL_DIR%\bin\codes_info.exe"
Expand Down

0 comments on commit 3a1a5f9

Please sign in to comment.