Detect nested Spain rclone executable

This commit is contained in:
2026-06-04 15:40:51 +02:00
parent af097cafad
commit 3fd19a8bb5
@@ -111,6 +111,7 @@ function Resolve-RcloneExecutable {
(Join-Path $scriptDirectory "rclone.exe"), (Join-Path $scriptDirectory "rclone.exe"),
"C:\Tools\rclone.exe", "C:\Tools\rclone.exe",
"C:\Tools\rclone\rclone.exe", "C:\Tools\rclone\rclone.exe",
"C:\Tools\rclone\rclone\rclone.exe",
"rclone" "rclone"
) | Where-Object { -not [string]::IsNullOrWhiteSpace($_) } ) | Where-Object { -not [string]::IsNullOrWhiteSpace($_) }