Refactor cursor_pro_keep_alive.py and remove obsolete files

- Updated environment variable assignments to use double quotes for consistency.
- Enhanced logging configuration format for clarity.
- Improved configuration loading logic to correctly determine the executable's directory.
- Cleaned up temporary file handling in cleanup_temp_files function.
- Removed obsolete config.ini and related files from the dist directory.
- Deleted unnecessary macOS application files from the dist folder.
This commit is contained in:
cheng zhen
2024-12-28 20:34:34 +08:00
parent 85c83a9d62
commit b3c9efc901
9 changed files with 27 additions and 263 deletions

View File

@@ -5,7 +5,6 @@ a = Analysis(
pathex=[],
binaries=[],
datas=[
('config.ini', '.'),
('turnstilePatch', 'turnstilePatch'),
('cursor_auth_manager.py', '.'),
],