We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133a95f commit b39d4c2Copy full SHA for b39d4c2
windows-install.bat
@@ -29,8 +29,8 @@ echo Unzipping adb
29
"C:\Program Files\7-Zip\7z.exe" x -y android-tools.zip > NUL
30
echo Combining folders
31
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
+move /y rclone-v1.53.4-windows-amd64\rclone.exe platform-tools\rclone.exe > NUL
+del /F /Q rclone-v1.53.4-windows-amd64\ > NUL
34
echo Adding to PATH
35
:: Get System PATH
36
for /f "tokens=2*" %%A in ('reg query "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v Path') do set syspath=%%B
0 commit comments