Update 107

This commit is contained in:
yeongpin
2025-01-15 13:54:38 +08:00
parent 4e0289c86c
commit 54cd8cf323
5 changed files with 11 additions and 5 deletions

View File

@@ -31,7 +31,8 @@ a = Analysis(
('reset_machine_manual.py', '.'),
('cursor_register.py', '.'),
('browser.py', '.'),
('control.py', '.')
('control.py', '.'),
('.env', '.')
],
hiddenimports=[
'cursor_auth',