[build] Include `curl_cffi` in `yt-dlp_linux`
[yt-dlp3.git] / bundle / docker / static / entrypoint.sh
blob22027597428c9eeab58d7822751bb5525a5cb6ca
1 #!/bin/ash
2 set -e
4 source ~/.local/share/pipx/venvs/pyinstaller/bin/activate
5 python -m devscripts.install_deps --include secretstorage --include curl-cffi
6 python -m devscripts.make_lazy_extractors
7 python devscripts/update-version.py -c "${channel}" -r "${origin}" "${version}"
8 python -m bundle.pyinstaller
9 deactivate
11 source ~/.local/share/pipx/venvs/staticx/bin/activate
12 staticx /yt-dlp/dist/yt-dlp_linux /build/yt-dlp_linux
13 deactivate