Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SouravJohar authored Apr 17, 2019
1 parent 60b3289 commit c7f9acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ $ python QRCode.py
## Packaging the app
You can pass any valid `pyinstaller` flag in the following command to further customize the way your app is built.
```sh
$ python -m eel web QRCode.py --noconsole --onefile -icon=barcode.icns
$ python -m eel web QRCode.py --noconsole --onefile --icon=barcode.icns
```

0 comments on commit c7f9acc

Please sign in to comment.