Skip to content

Commit

Permalink
Provide installation directory for PyQt5 NSIS installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
codito committed Aug 19, 2015
1 parent ae165dc commit c0cb961
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 @@ -13,7 +13,7 @@ init:
install:
- ps: cinst wget -x86
- ps: wget.exe -q "http://downloads.sourceforge.net/pyqt/PyQt5/PyQt-5.5/PyQt5-5.5-gpl-Py3.4-Qt5.5.0-x32.exe" -O $env:temp/pyqt5_install.exe
- ps: "& $env:temp/pyqt5_install.exe /S"
- ps: "& $env:temp/pyqt5_install.exe /S /D=\\Python34"
- ps: "Wait-Process -Name pyqt5_install -Timeout 600"

# Check that we have the expected version and architecture for Python
Expand Down

0 comments on commit c0cb961

Please sign in to comment.