Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 authored Nov 27, 2024
1 parent 8e0cf49 commit a086fa1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
run: |
. Scripts\ReVanced_Patches.ps1
- name: ReVanced Integrations
run: |
. Scripts\ReVanced_Intergrations.ps1
- name: Vanced MicroG
run: |
. Scripts\MicroG.ps1
Expand All @@ -61,13 +57,12 @@ jobs:
- name: Building
run: |
# https://github.com/revanced/revanced-patches
# https://revanced.app/patches?pkg=com.google.android.youtube
# https://github.com/ReVanced/revanced-cli/tree/main/docs
& "$env:ProgramFiles\Zulu\zulu*\bin\java.exe" `
-jar "ReVanced_Builder\revanced-cli.jar" `
patch "ReVanced_Builder\youtube.apk" `
--patch-bundle "ReVanced_Builder\revanced-patches.jar" `
--merge "ReVanced_Builder\revanced-integrations.apk" `
--exclude comments --exclude premium-heading --exclude hide-captions-button --exclude disable-fullscreen-panels `
--patches "ReVanced_Builder\revanced-patches.rvp" `
--purge `
--out "ReVanced_Builder\revanced.apk"
Expand Down

0 comments on commit a086fa1

Please sign in to comment.