remove pyinstaller name arg

Authored by: bashonly
This commit is contained in:
bashonly 2024-04-28 16:38:28 -05:00
parent 1210a4ac13
commit f2b7821c18
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0
1 changed files with 1 additions and 1 deletions

View File

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