Skip to content

Commit

Permalink
make build and setup consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellee1019 committed Dec 15, 2024
1 parent 37f3785 commit 13f7cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cd `dirname $0`

# Create a virtual environment to run our code
VENV_NAME="venv"
VENV_NAME=".venv"
PYTHON="$VENV_NAME/bin/python"

if ! $PYTHON -m pip install pyinstaller -Uqq; then
Expand Down

0 comments on commit 13f7cc4

Please sign in to comment.