From 8af9de903cf9c40e233817de16904d4ce904a3cf Mon Sep 17 00:00:00 2001 From: knotteye Date: Sun, 18 Apr 2021 19:41:23 -0500 Subject: [PATCH] Add some hidden dependencies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 36a45a3..6061513 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ systemlibs: systemlibtarget pack windows: windowstarget default: - python3 -m nuitka --follow-imports --enable-plugin=qt-plugins --include-qt-plugins=all --python-flag=-O -o plchat plchat.py + python3 -m nuitka --follow-imports --include-module=certifi --include-module=keyring.backends.kwallet --include-module=keyring.backends.chainer --enable-plugin=qt-plugins --include-qt-plugins=all --python-flag=-O -o plchat plchat.py windowstarget: python3 -m nuitka --follow-imports --include-module=win32ctypes --enable-plugin=qt-plugins --include-qt-plugins=all --windows-disable-console --windows-icon-from-ico=fedi.ico --windows-company-name=plchat --windows-product-name=plchat --windows-product-version=$(PRODUCTVER) --python-flag=-O -o plchat plchat.py