We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b579a9f commit ac80818Copy full SHA for ac80818
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-*-windows-amd64\rclone.exe platform-tools\rclone.exe > NUL
33
-del /F /Q rclone-*-windows-amd64\ > NUL
+move /y rclone-v1.55.0-windows-amd64\rclone.exe platform-tools\rclone.exe > NUL
+del /F /Q rclone-v1.55.0-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