Skip to content

Commit

Permalink
chore(build): source virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Dec 31, 2024
1 parent 08dc904 commit e971790
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ PYTHON="$VENV_NAME/bin/python"

export PATH=$PATH:$HOME/.local/bin

source $VENV_NAME/bin/activate

if ! uv pip install pyinstaller -q; then
exit 1
fi
Expand Down

0 comments on commit e971790

Please sign in to comment.