Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 55a49da

Browse files
authored
Update README.md
1 parent 1ff8e1f commit 55a49da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ python main.py
2121
To Create the Production version (i.e, exectable file), just run it against main script:
2222

2323
```bash
24-
pyinstaller --onefile main.py
24+
pyinstaller --onefile --windowed --icon=images/icon.ico main.py
2525
```
2626

2727
## Screenshots

0 commit comments

Comments
 (0)