diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index 67b4f2a6..0163b199 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', 'asyncio'], + hiddenimports=['fileinput', 'uuid', 'asyncio', 'getpass'], hookspath=[], runtime_hooks=[], hooksconfig={ diff --git a/build/win/DemonEditor.spec b/build/win/DemonEditor.spec index 44a35a1e..f6ca6fe6 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', 'asyncio'], + hiddenimports=['fileinput', 'uuid', 'ctypes.wintypes', 'asyncio', 'getpass'], hookspath=[], runtime_hooks=[], hooksconfig={