We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee82d7 commit 1f575d6Copy full SHA for 1f575d6
src-tauri/src/utils/path.rs
@@ -118,7 +118,7 @@ pub fn get_rclone_binary_path() -> Result<PathBuf, String> {
118
// Windows/macOS: rclone is bundled with the app
119
#[cfg(not(target_os = "linux"))]
120
{
121
- return get_binary_path("rclone", "Rclone");
+ get_binary_path("rclone", "Rclone")
122
}
123
124
// Linux: rclone is not bundled, find it in system PATH
0 commit comments