Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
File download by AppVeyor command-line utility
Browse files Browse the repository at this point in the history
  • Loading branch information
Pusnow committed Jul 1, 2017
1 parent 53f58d6 commit 8912cd6
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 @@ -28,7 +28,7 @@ environment:
- PYTHON_VERSION: 36-x64
ARCH: x64
before_build:
- ps: Start-FileDownload 'https://github.com/Pusnow/mecab-ko-msvc/releases/download/release-0.9.2-msvc-3/mecab-ko-msvc-$Env:ARCH.zip'
- appveyor DownloadFile https://github.com/Pusnow/mecab-ko-msvc/releases/download/release-0.9.2-msvc-3/mecab-ko-msvc-%ARCH%.zip
- 7z x mecab-ko-msvc-%ARCH%.zip -oc:\mecab
- C:\Python%PYTHON_VERSION%\python.exe -m pip install wheel
- C:\Python%PYTHON_VERSION%\python.exe -m pip install -U setuptools
Expand Down

0 comments on commit 8912cd6

Please sign in to comment.