Skip to content

Commit 2a45376

Browse files
authored
fix(build): include pynput hidden imports in pyinstaller spec (#11)
1 parent 7791a5e commit 2a45376

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aw-watcher-input.spec

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ a = Analysis(['src/aw_watcher_input/__main__.py'],
2424
'Xlib.ext.xfixes',
2525
'Xlib.ext.security',
2626
'Xlib.ext.xinput',
27+
'pynput.keyboard._xorg',
28+
'pynput.mouse._xorg',
2729
],
2830
hookspath=[],
2931
runtime_hooks=[],

0 commit comments

Comments
 (0)