From 1f49ee92c7b2b5956dba06e536ed6b63638b33ca Mon Sep 17 00:00:00 2001 From: DevilXD <4180725+DevilXD@users.noreply.github.com> Date: Sun, 5 Jan 2025 13:14:41 +0100 Subject: [PATCH] Make step name consistent with bat file --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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