Skip to content

Commit

Permalink
remove pyinstaller name arg
Browse files Browse the repository at this point in the history
Authored by: bashonly
  • Loading branch information
bashonly committed Apr 28, 2024
1 parent cbd2bb4 commit a9a00ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/docker/static/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source ~/.local/share/pipx/venvs/pyinstaller/bin/activate
python -m devscripts.install_deps --include secretstorage
python -m devscripts.make_lazy_extractors
python devscripts/update-version.py -c "${channel}" -r "${origin}" "${version}"
python -m bundle.pyinstaller --name yt-dlp_linux
python -m bundle.pyinstaller
deactivate

source ~/.local/share/pipx/venvs/staticx/bin/activate
Expand Down

0 comments on commit a9a00ec

Please sign in to comment.