Skip to content

Commit b39d4c2

Browse files
authored
Update windows-install.bat
1 parent 133a95f commit b39d4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows-install.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ echo Unzipping adb
2929
"C:\Program Files\7-Zip\7z.exe" x -y android-tools.zip > NUL
3030
echo Combining folders
3131
SET COPYCMD=/Y
32-
move /y rclone-v1.53.3-windows-amd64\rclone.exe platform-tools\rclone.exe > NUL
33-
del /F /Q rclone-v1.53.3-windows-amd64\ > NUL
32+
move /y rclone-v1.53.4-windows-amd64\rclone.exe platform-tools\rclone.exe > NUL
33+
del /F /Q rclone-v1.53.4-windows-amd64\ > NUL
3434
echo Adding to PATH
3535
:: Get System PATH
3636
for /f "tokens=2*" %%A in ('reg query "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v Path') do set syspath=%%B

0 commit comments

Comments
 (0)