diff --git a/build.sh b/build.sh index d3c2dc0..76d9609 100755 --- a/build.sh +++ b/build.sh @@ -27,7 +27,7 @@ fi # Run PyInstaller with the specified build spec file echo -echo "Running PyInstaller..." +echo "Building..." "$dirpath/env/bin/pyinstaller" "$dirpath/build.spec" if [ $? -ne 0 ]; then echo