summaryrefslogtreecommitdiffstats
path: root/bundle/docker/static/entrypoint.sh
blob: 22027597428c9eeab58d7822751bb5525a5cb6ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/ash
set -e

source ~/.local/share/pipx/venvs/pyinstaller/bin/activate
python -m devscripts.install_deps --include secretstorage --include curl-cffi
python -m devscripts.make_lazy_extractors
python devscripts/update-version.py -c "${channel}" -r "${origin}" "${version}"
python -m bundle.pyinstaller
deactivate

source ~/.local/share/pipx/venvs/staticx/bin/activate
staticx /yt-dlp/dist/yt-dlp_linux /build/yt-dlp_linux
deactivate