Skip to content

Commit

Permalink
Update windows-install.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
whitewhidow authored Apr 15, 2021
1 parent b579a9f commit ac80818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows-install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ echo Unzipping adb
"C:\Program Files\7-Zip\7z.exe" x -y android-tools.zip > NUL
echo Combining folders
SET COPYCMD=/Y
move /y rclone-*-windows-amd64\rclone.exe platform-tools\rclone.exe > NUL
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
echo Adding to PATH
:: Get System PATH
for /f "tokens=2*" %%A in ('reg query "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v Path') do set syspath=%%B
Expand Down

0 comments on commit ac80818

Please sign in to comment.