Skip to content

Commit

Permalink
Fix archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Jan 18, 2016
1 parent ec5246c commit 362e566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- 7z x -bd -oC:\Libraries jsoncpp_0_10_5_Win64_msvc14.zip
# DCMTK
- ps: Start-FileDownload https://github.com/lamyj/dcmtk/releases/download/DCMTK-3.6.1_20150924/dcmtk-3.6.1_20150924_Win64_msvc14_dynamic.zip
- 7z x -bd -oC:\Libraries dcmtk-3.6.1_20150924_Win64_msvc14.zip
- 7z x -bd -oC:\Libraries dcmtk-3.6.1_20150924_Win64_msvc14_dynamic.zip

before_build:
- cd c:\projects\odil
Expand Down

0 comments on commit 362e566

Please sign in to comment.