From c537ae87b73344fe56b2e494c6dae3f08732e06b Mon Sep 17 00:00:00 2001 From: Maximilian Zettler Date: Fri, 4 Mar 2022 16:26:26 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e858cf..4459a31 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This is a poetry managed project. For details see: ### App Image -``poetry run python -m nuitka --standalone --onefile --output-dir=build/nuitka timebot/app.py`` +``poetry run python -m nuitka --standalone --onefile --enable-plugin=pyqt5 --output-dir=build/nuitka timebot/app.py`` # ERRORS