diff --git a/build.bat b/build.bat index c854f86..530f62d 100644 --- a/build.bat +++ b/build.bat @@ -1,3 +1,3 @@ @echo off pip install -r src\requirements.txt -pyinstaller --onefile --clean --console -n=st src\main.py \ No newline at end of file +pyinstaller --clean --console -n=st src\main.py