Skip to content

Commit

Permalink
*.spec files update
Browse files Browse the repository at this point in the history
  • Loading branch information
DYefremov committed Jun 25, 2023
1 parent 1ac6537 commit 0894cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/mac/DemonEditor.spec
Expand Up @@ -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={
Expand Down
2 changes: 1 addition & 1 deletion build/win/DemonEditor.spec
Expand Up @@ -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={
Expand Down

0 comments on commit 0894cb5

Please sign in to comment.