github AnInsomniacy/motrix-next v3.4.7-beta.2
v3.4.7-beta.2 — Fix Windows Drive Root Path Bug

latest releases: v3.7.3-beta.2, v3.7.3-beta.1, v3.7.2...
pre-releaseone month ago

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 on Z:\, 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

Don't miss a new motrix-next release

NewReleases is sending notifications on new releases.