Skip to content

Commit

Permalink
change pyinstaller command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdszekeres committed Sep 21, 2020
1 parent f924bdc commit 04a0575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ pip3 install pyinstaller
```
* build
``` bash
python3 -m pyinstaller --onefile ezl.py
python3 -m pyinstaller --onefile -c ezl.py
```
* your executable is in the dist folder

0 comments on commit 04a0575

Please sign in to comment.