From f5843b85199fc3f64a576d9f686d4801486b6ad9 Mon Sep 17 00:00:00 2001 From: Tristan Engel <121832013+trengel@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:57:22 -0400 Subject: [PATCH] fix(rclone): update install.ps1 (fix #636) --- rclone/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclone/install.ps1 b/rclone/install.ps1 index 6f34a7a..fe87b79 100644 --- a/rclone/install.ps1 +++ b/rclone/install.ps1 @@ -46,7 +46,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) # Settle unpacked archive into place echo "Install Location: $pkg_src_cmd" New-Item "$pkg_src_bin" -ItemType Directory -Force | out-null - Move-Item -Path ".\rclone.exe" -Destination "$pkg_src_bin" + Move-Item -Path ".\rclone-v*\rclone.exe" -Destination "$pkg_src_bin" # Exit tmp popd