Skip to content

Commit c21dc4a

Browse files
fix venv
1 parent 08b938a commit c21dc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cd `dirname $0`
33

44
# Create a virtual environment to run our code
5-
VENV_NAME="venv"
5+
VENV_NAME=".venv"
66
PYTHON="$VENV_NAME/bin/python"
77

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

0 commit comments

Comments
 (0)