From 8ab79a2937b8757f4824658862275ca2014eb3a1 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sun, 1 Feb 2026 23:51:17 +0300 Subject: [PATCH] *.spec files adjustment --- build/mac/DemonEditor.spec | 2 +- build/win/DemonEditor.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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={