From c7f9acc5c7ee43a4f9da45dc1da614b4fa0f0729 Mon Sep 17 00:00:00 2001 From: Sourav Johar Date: Wed, 17 Apr 2019 22:46:48 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71890b2..eceacf2 100644 --- a/README.md +++ b/README.md @@ -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 ```