From f54c15aff82aec65e0255d23fee57bd407c7dfb9 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sat, 5 Sep 2020 23:38:53 +0200 Subject: [PATCH] Removing --one-file arg --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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