mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-17 21:17:08 -04:00
The unconditional .toLowerCase() broke case-sensitive matching on Linux/macOS (ext4, APFS, etc.) where README and readme are distinct files. Now only applies case normalization when the scope path looks like a Windows path (drive letter or //?/ prefix). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>