From f079c2a3ccdd600921de5d6c2998cadff6f9106f Mon Sep 17 00:00:00 2001 From: Williamormous <65808185+Williamormous@users.noreply.github.com> Date: Sat, 22 Oct 2022 19:21:43 +0400 Subject: [PATCH 1/2] Update building.txt minor change that tells the user they can use one directory as well and it is a much preferred method to 'one file' --- docs/building.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/building.txt b/docs/building.txt index 8dc3814c7..219415ad9 100644 --- a/docs/building.txt +++ b/docs/building.txt @@ -38,13 +38,12 @@ Any errors while the application is running will be logged in log.txt instead of -## Building Your App with auto-py-to-exe (singlefile) -This way is not recommended since it will slow to open and have a bigger file size. +## Building Your App with auto-py-to-exe (Creates EXE) 1. pip install auto-py-to-exe 2. Go to cmd and type auto-py-to-exe to open the gui 3. Enter script location -4. Select onefile +4. Select 'one file' or 'one directory' (one file is not recommended since packs all the files into one exe and slows down the program) 5. Select either console based or window based 6. Icon (optional) 7. Under additional files, click add folder and add: From d207ba89b9a2509f140f3dfbad0ecae1c4f4f07c Mon Sep 17 00:00:00 2001 From: Williamormous <65808185+Williamormous@users.noreply.github.com> Date: Sat, 22 Oct 2022 19:26:34 +0400 Subject: [PATCH 2/2] Update building.txt --- docs/building.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.txt b/docs/building.txt index 219415ad9..2becf091c 100644 --- a/docs/building.txt +++ b/docs/building.txt @@ -43,7 +43,7 @@ Any errors while the application is running will be logged in log.txt instead of 1. pip install auto-py-to-exe 2. Go to cmd and type auto-py-to-exe to open the gui 3. Enter script location -4. Select 'one file' or 'one directory' (one file is not recommended since packs all the files into one exe and slows down the program) +4. Select 'one file' or 'one directory' (one file is not recommended since it packs all the files into one exe and slows down the program) 5. Select either console based or window based 6. Icon (optional) 7. Under additional files, click add folder and add: