What's Changed
Fixes the "file not found" error when opening download folders on Windows drive-root paths (e.g. Z:\ RAM disk). The root cause was Tauri's FS scope rejecting drive-root paths due to a glob matching limitation (tauri-apps/tauri#11119).
🐛 Bug Fixes
- Fixed "forbidden path" on Windows drive roots — File existence and directory type checks now bypass Tauri's FS scope restrictions via custom Rust commands (
check_path_exists,check_path_is_dir), resolving issues onZ:\,D:\, and other single-level drive paths - Added diagnostic logging — Path check results are now logged at debug level for easier troubleshooting
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb
|