Skip to content

Commit

Permalink
Manually set pycamverter
Browse files Browse the repository at this point in the history
  • Loading branch information
naderm committed Sep 7, 2017
1 parent 5ad54f8 commit ebfac29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ install:
# - "yarn run electron-version"
- ps: $pycamverter_version = git ls-remote --tags git://github.com/white-lab/pycamverter.git | cut -f 2 | cut -d / -f 3 | cut -d ^ -f 1 | sort --version-sort | tail -n1
- ps: "echo ${pycamverter_version}"
- ps: $pycamverter_version = "v0.10.0"
- ps: Start-FileDownload https://github.com/white-lab/pycamverter/releases/download/${pycamverter_version}/PyCAMVerter.exe

# test_script:
Expand Down

0 comments on commit ebfac29

Please sign in to comment.