We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c580ee commit 2fa707bCopy full SHA for 2fa707b
README.md
@@ -37,11 +37,7 @@ The build process depends on [PyInstaller](https://pyinstaller.org). In the loca
37
38
_preprocess.exe_
39
```
40
-pyinstaller --onefile --windowed preprocess.py \
41
- --add-data "gui;gui" \
42
- --hidden-import openpyxl \
43
- --collect-all openpyxl \
44
- --name preprocess
+pyinstaller preprocess.spec
45
46
47
_analyze.exe_
0 commit comments