From 4af353099ec3e92c9be66926bb346a0ea808d5aa Mon Sep 17 00:00:00 2001 From: DYefremov Date: Tue, 25 May 2021 19:55:24 +0300 Subject: [PATCH] update of *.spec file --- DemonEditor.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DemonEditor.spec b/DemonEditor.spec index af10b2fc..b1de083e 100644 --- a/DemonEditor.spec +++ b/DemonEditor.spec @@ -27,7 +27,7 @@ a = Analysis([EXE_NAME], pathex=PATH_EXE, binaries=[], datas=ui_files, - hiddenimports=[], + hiddenimports=['fileinput', 'uuid', 'ctypes.wintypes'], hookspath=[], runtime_hooks=[], excludes=excludes,