From cca4ccbb8cb1280f13bfb0025ede8b4e1f134bc9 Mon Sep 17 00:00:00 2001 From: Lurenaud Date: Fri, 10 Feb 2023 13:55:56 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba08260..5e67528 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Double click the gui.py file Using auto-py-to-exe `pip install auto-py-to-exe` -Export command, will generate the exe file in the output folder +Export command, will generate the exe file in dist folder ``` pyinstaller --noconfirm --onefile --console --add-data "C:/Users/lucienrenaud/Desktop/SldwrksExporter/scripts/export-pdf-dxf.ps1;." --add-data "C:/Users/lucienrenaud/Desktop/SldwrksExporter/scripts/export-step.ps1;." --add-data "C:/Users/lucienrenaud/Desktop/SldwrksExporter/scripts/SolidWorks.Interop.sldworks.dll;." "C:/Users/lucienrenaud/Desktop/SldwrksExporter/scripts/export.py" ``` \ No newline at end of file