Skip to content

Commit

Permalink
Remove unused staticx commands from builder script to streamline the …
Browse files Browse the repository at this point in the history
…build process. This change eliminates unnecessary activation and deactivation of the staticx virtual environment, improving script efficiency.
  • Loading branch information
svemat01 committed Jan 22, 2025
1 parent 61a64d4 commit 7126774
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ python -m devscripts.make_lazy_extractors
python devscripts/update-version.py -c "${CHANNEL}" -r "${ORIGIN}" "${VERSION}"
python -m bundle.pyinstaller --onedir
deactivate

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

0 comments on commit 7126774

Please sign in to comment.