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,