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:
@@ -5,7 +5,6 @@ a = Analysis(
|
||||
pathex=[],
|
||||
binaries=[],
|
||||
datas=[
|
||||
('config.ini', '.'),
|
||||
('turnstilePatch', 'turnstilePatch'),
|
||||
('cursor_auth_manager.py', '.'),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user