fix & optimize

This commit is contained in:
yeongpin
2025-02-13 11:33:20 +08:00
parent 887239d80c
commit 1cc93ffc22
8 changed files with 5 additions and 370 deletions

View File

@@ -24,7 +24,6 @@ a = Analysis(
binaries=[],
datas=[
('turnstilePatch', 'turnstilePatch'),
('recaptchaPatch', 'recaptchaPatch'),
('uBlock0.chromium', 'uBlock0.chromium'),
('locales', 'locales'),
('cursor_auth.py', '.'),
@@ -32,8 +31,7 @@ a = Analysis(
('cursor_register.py', '.'),
('browser.py', '.'),
('control.py', '.'),
('.env', '.'),
('blacklist.txt', '.')
('.env', '.')
],
hiddenimports=[
'cursor_auth',