Make step name consistent with bat file

This commit is contained in:
DevilXD
2025-01-05 13:14:41 +01:00
parent fecbc7913e
commit 1f49ee92c7

View File

@@ -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