update of *.spec file

This commit is contained in:
DYefremov
2021-05-25 19:55:24 +03:00
parent 7f0cdbfdd4
commit 4af353099e

View File

@@ -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,