Skip to content

Commit

Permalink
fix :flash_boot, :flash_vendor_boot dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefino9488 committed Jun 13, 2024
1 parent eaf014e commit 31de5db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer.bat
Original file line number Diff line number Diff line change
@@ -185,6 +185,7 @@ if "%option%" equ "1" (
)

:flash_boot
cd %imagesPath%
echo Boot Type:
echo 1. Magisk [magisk_boot.img]
echo 2. Default [boot.img]
@@ -217,6 +218,7 @@ pause
call :additional_options

:flash_vendor_boot
cd %imagesPath%
echo Vendor Boot Type:
echo 1. Stock Vendor Boot [vendor_boot.img]
echo 2. TWRP Vendor Boot [twrp_vendor_boot.img]
@@ -257,6 +259,7 @@ pause
call :additional_options

:custom_command
cd %imagesPath%
echo Enter the command you want to execute:
set /p customCommand=
echo.

0 comments on commit 31de5db

Please sign in to comment.