Skip to content

Commit 13f7cc4

Browse files
make build and setup consistent
1 parent 37f3785 commit 13f7cc4

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)