fix 1.0.5

This commit is contained in:
yeongpin
2025-01-14 21:31:10 +08:00
parent 3edef109d4
commit 0f4cf16d90
3 changed files with 28 additions and 23 deletions

View File

@@ -18,11 +18,15 @@ a = Analysis(
('uBlock0.chromium', 'uBlock0.chromium'),
('cursor_auth.py', '.'),
('reset_machine_manual.py', '.'),
('cursor_register.py', '.')
('cursor_register.py', '.'),
('browser.py', '.'),
('control.py', '.')
],
hiddenimports=[
'cursor_auth',
'reset_machine_manual'
'reset_machine_manual',
'browser',
'control'
],
hookspath=[],
hooksconfig={},