From 3abe02e5b7201635f88c958563ef4e7cf1fb372d Mon Sep 17 00:00:00 2001 From: jefino9488 Date: Fri, 25 Oct 2024 01:02:37 +0530 Subject: [PATCH] remove comments, quick installer from Build.yml --- .github/workflows/Build.yml | 4 ---- installer.sh | 1 - 2 files changed, 5 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index f5a9fed..ad886ba 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -7,8 +7,6 @@ on: paths: - 'installer.bat' - 'installer.sh' - - 'quick_install.sh' - - 'quick_install.bat' workflow_dispatch: jobs: @@ -56,8 +54,6 @@ jobs: cp -r tools/windows fastbootflasher/tools/ cp installer.bat fastbootflasher/ cp installer.sh fastbootflasher/ - cp quick_install.sh fastbootflasher/ - cp quick_install.bat fastbootflasher/ - name: Create zip file run: | diff --git a/installer.sh b/installer.sh index 46eb2e0..dc84b2b 100644 --- a/installer.sh +++ b/installer.sh @@ -60,7 +60,6 @@ if [ ! -f "vendor_boot.img" ]; then exit 1 fi -# Check if all required images are present requiredImages=( "dtbo.img" "vbmeta.img" "vendor_boot.img" "vbmeta_system.img" "super.img" )