diff --git a/build.sh b/build.sh index 82ca2da..f2f68f9 100755 --- a/build.sh +++ b/build.sh @@ -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