Skip to content

Commit 2fa707b

Browse files
committed
update build info
1 parent 7c580ee commit 2fa707b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ The build process depends on [PyInstaller](https://pyinstaller.org). In the loca
3737

3838
_preprocess.exe_
3939
```
40-
pyinstaller --onefile --windowed preprocess.py \
41-
--add-data "gui;gui" \
42-
--hidden-import openpyxl \
43-
--collect-all openpyxl \
44-
--name preprocess
40+
pyinstaller preprocess.spec
4541
```
4642

4743
_analyze.exe_

0 commit comments

Comments
 (0)