Remove extra quotes

This commit is contained in:
Jonas Malaco 2019-11-23 04:10:43 -03:00
parent b00587c15f
commit a4c54a3c07
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ install:
# install pyinstaller last to not pollute included.txt with its dependencies
- cmd: C:\Python36-x64\python -m pip install pyinstaller
- cmd: C:\Python36-x64\python -m pip freeze | find "PyInstaller" >> extra\windows\included.txt
- cmd: echo "libusb %LIBUSB_VERSION%" >> extra\windows\included.txt
- cmd: echo libusb %LIBUSB_VERSION% >> extra\windows\included.txt
- cmd: C:\Python36-x64\python --version >> extra\windows\included.txt
build_script: