*.spec files adjustment

This commit is contained in:
DYefremov
2026-02-01 23:51:17 +03:00
parent 8dc880577f
commit 8ab79a2937
2 changed files with 2 additions and 2 deletions

View File

@@ -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={

View File

@@ -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={