build executables with SOCKS proxy support (closes #1424)

This commit is contained in:
Mike Fährmann
2021-04-03 22:25:46 +02:00
parent 41fbc20020
commit 37940193a6
3 changed files with 4 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Build executable
run: |
pip install requests urllib3==1.25.11 youtube-dl pyinstaller
pip install requests requests[socks] urllib3==1.25.11 youtube-dl pyinstaller
python scripts/pyinstaller.py
- name: Upload executable