Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb872183 authored by frankpreel's avatar frankpreel
Browse files

432 Check the path to the files in MSWindows

parent e21a85d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
:: - 101 : no device found in fastboot

SET FASTBOOT_FOLDER_PATH=%~1
SET FASTBOOT_PATH=%FASTBOOT_FOLDER_PATH%"fastboot"
SET FASTBOOT_PATH="%FASTBOOT_FOLDER_PATH%fastboot"

echo "fastboot path: %FASTBOOT_PATH%"

+1 −1
Original line number Diff line number Diff line
@@ -31,6 +31,6 @@ if not defined %TWRP_IMAGE_PATH (
ping 127.0.0.1 -n 3 -w 10000 >NUL

set HEIMDALL_PATH="%HEIMDALL_FOLDER%heimdall"
%HEIMDALL_PATH% flash --RECOVERY %TWRP_IMAGE_PATH% --no-reboot
%HEIMDALL_PATH% flash --RECOVERY "%TWRP_IMAGE_PATH%" --no-reboot

exit /b 0
 No newline at end of file