Skip to content

Commit

Permalink
remove comments, quick installer from Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefino9488 committed Oct 24, 2024
1 parent 9538c59 commit 3abe02e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
paths:
- 'installer.bat'
- 'installer.sh'
- 'quick_install.sh'
- 'quick_install.bat'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 3abe02e

Please sign in to comment.