Skip to content

Commit f312c96

Browse files
committed
fix pull backup images
1 parent c9591f6 commit f312c96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runme.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ type %doc%\"07_warning_backup.txt"
7272
%adb% shell /data/local/tmp/run_root.sh /data/local/tmp/backup.sh
7373
echo save to PC
7474
mkdir %~dp0backups
75-
adb pull /sdcard/backup/ "%~dp0backups"
75+
%adb% pull /sdcard/backup/ "%~dp0backups"
7676
pause
7777
exit /b
7878

0 commit comments

Comments
 (0)