Release 2024.07.07
[yt-dlp.git] / bundle / docker / static / entrypoint.sh
blob93d84fa9b75ae9c01ad7b6e9d75ddb60cf9eb4de
1 #!/bin/ash
2 set -e
4 source ~/.local/share/pipx/venvs/pyinstaller/bin/activate
5 python -m devscripts.install_deps --include secretstorage
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