Skip to content

Commit

Permalink
fix: added pynput hidden imports to PyInstaller spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jun 15, 2021
1 parent d232e31 commit d0c49c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ aw_watcher_afk_a = Analysis(
"Xlib.ext.xfixes",
"Xlib.ext.security",
"Xlib.ext.xinput",
"pynput.keyboard._xorg",
"pynput.mouse._xorg",
"pynput.keyboard._win32",
"pynput.mouse._win32",
"pynput.keyboard._darwin",
"pynput.mouse._darwin",
],
hookspath=[],
runtime_hooks=[],
Expand Down

0 comments on commit d0c49c7

Please sign in to comment.