From 70ca8d99a5ea07e962502298ec5431c78b6122af Mon Sep 17 00:00:00 2001 From: HuyHung1408 <86362423+HuyHung1408@users.noreply.github.com> Date: Sat, 21 May 2022 21:00:13 +0700 Subject: [PATCH] Prefer --onedir, faster launch time --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 75ab492..2226aae 100644 --- a/build.bat +++ b/build.bat @@ -1,6 +1,6 @@ cd src rmdir /s /q dist -pyinstaller main.py --onefile --windowed --collect-data sv_ttk --icon "icon.ico" +pyinstaller main.py --onedir --windowed --collect-data sv_ttk --icon "icon.ico" del main.spec xcopy icon.ico dist cd dist