mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-06-16 13:34:04 +08:00
- macOS: Replace inline AppleScript commands with temp .sh script file - Linux: Use temp .sh script file instead of inline bash -c command - Windows: Add proper error capturing with output() instead of spawn() - Remove unused escape_shell_path and generate_wrapper_script functions - Unified approach across platforms for better maintainability