Files
cc-switch/src-tauri
T
Jason c229c47c00 fix(auto-launch): use AutoLaunchBuilder for cross-platform compatibility
The auto-launch crate has different API signatures on each platform:
- Windows/Linux: AutoLaunch::new() takes 3 arguments
- macOS: AutoLaunch::new() takes 4 arguments (includes hidden param)

The previous code used #[cfg(not(target_os = "windows"))] which incorrectly
applied macOS's 4-argument signature to Linux, causing build failures.

Switch to AutoLaunchBuilder which handles platform differences internally.
c229c47c00 ยท 2025-11-28 22:59:09 +08:00
History
..
2025-11-22 19:18:35 +08:00
2025-11-28 22:37:32 +08:00
2025-11-28 22:37:32 +08:00
2025-11-28 22:37:32 +08:00