diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index 73c5a14c..3697ef15 100644 --- a/build/mac/DemonEditor.spec +++ b/build/mac/DemonEditor.spec @@ -32,7 +32,7 @@ a = Analysis([EXE_NAME], pathex=PATH_EXE, binaries=None, datas=ui_files, - hiddenimports=['fileinput', 'uuid'], + hiddenimports=['fileinput', 'uuid', 'asyncio'], hookspath=[], runtime_hooks=[], hooksconfig={ diff --git a/build/win/DemonEditor.spec b/build/win/DemonEditor.spec index 189301a9..4c1acd71 100644 --- a/build/win/DemonEditor.spec +++ b/build/win/DemonEditor.spec @@ -30,7 +30,7 @@ a = Analysis([EXE_NAME], pathex=PATH_EXE, binaries=[], datas=ui_files, - hiddenimports=['fileinput', 'uuid', 'ctypes.wintypes'], + hiddenimports=['fileinput', 'uuid', 'ctypes.wintypes', 'asyncio'], hookspath=[], runtime_hooks=[], hooksconfig={