Big Update - Fixed Human Verify Problem

This commit is contained in:
yeongpin
2025-02-12 14:31:11 +08:00
parent 1f29b2dbbe
commit f4314cc6da
10 changed files with 596 additions and 248 deletions

View File

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