remove pyinstaller name arg

Authored by: bashonly
pull/9811/head
bashonly 3 weeks ago
parent 1210a4ac13
commit f2b7821c18
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -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

Loading…
Cancel
Save