From e97179007686ee9efeb8634d29e393bbd0a98cd8 Mon Sep 17 00:00:00 2001 From: HipsterBrown Date: Tue, 31 Dec 2024 14:55:04 -0500 Subject: [PATCH] chore(build): source virtual env --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 4373f78..3c89d5b 100755 --- a/build.sh +++ b/build.sh @@ -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