Update version to 1.9.06 and remove deprecated cursor authentication and registration scripts

This commit is contained in:
Pin Studios
2025-04-16 10:29:12 +08:00
parent 33a497bf52
commit da9d4a3648
23 changed files with 21 additions and 4263 deletions

View File

@@ -23,29 +23,14 @@ a = Analysis(
pathex=[],
binaries=[],
datas=[
('turnstilePatch', 'turnstilePatch'),
('PBlock', 'PBlock'),
('locales', 'locales'),
('cursor_auth.py', '.'),
('reset_machine_manual.py', '.'),
('cursor_register.py', '.'),
('new_signup.py', '.'),
('new_tempemail.py', '.'),
('quit_cursor.py', '.'),
('cursor_register_manual.py', '.'),
('oauth_auth.py', '.'),
('utils.py', '.'),
('.env', '.'),
('block_domain.txt', '.')
],
hiddenimports=[
'cursor_auth',
'reset_machine_manual',
'new_signup',
'new_tempemail',
'quit_cursor',
'cursor_register_manual',
'oauth_auth',
'utils'
],
hookspath=[],