mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 12:15:57 +00:00
When symlink creation fails on Windows (due to Developer Mode being disabled or insufficient permissions), fall back to copying files and directories instead. Changes: - Add copyFallback() method for Windows symlink failures - Add copyDirRecursive() helper for directory copying - Update checkHealth() to recognize copied files as valid on Windows - Add isCopiedItem() helper to validate copied content - Update uninstall() to handle both symlinks and copied files Fixes #45