fix(rclone): update install.ps1 (fix #636)

This commit is contained in:
Tristan Engel
2023-10-11 22:11:15 +00:00
committed by AJ ONeal
parent 9cd869e3bb
commit f5843b8519
+1 -1
View File
@@ -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