Add direct url to Py2exe

This commit is contained in:
Manuel Cortez 2018-09-18 11:41:36 -05:00
parent 8459135002
commit d4a73fb3bb
2 changed files with 3 additions and 2 deletions

View File

@ -43,7 +43,7 @@ install:
# pip will build them from source using the MSVC compiler matching the # pip will build them from source using the MSVC compiler matching the
# target Python version and architecture # target Python version and architecture
- "%CMD_IN_ENV% pip install -r requirements.txt" - "%CMD_IN_ENV% pip install -r requirements.txt"
- "%CMD_IN_ENV% pip install py2exe pyenchant" - "%CMD_IN_ENV% pip install pyenchant"
build_script: build_script:
- "%CMD_IN_ENV% python src\\setup.py py2exe" - "%CMD_IN_ENV% python src\\setup.py py2exe"

View File

@ -21,4 +21,5 @@ chardet
urllib3 urllib3
youtube-dl youtube-dl
python-vlc python-vlc
pywin32 pywin32
http://sourceforge.net/projects/py2exe/files/latest/download?source=files