Skip to content

Commit

Permalink
Add YouGroupSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
dayanch96 authored Nov 26, 2024
1 parent 56b2326 commit 535a460
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/ytp_tweaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ jobs:
cd ${{ github.workspace }}
git clone --quiet --depth=1 https://github.com/PoomSmart/Return-YouTube-Dislikes.git
- name: Clone YouGroupSettings
run: |
cd ${{ github.workspace }}
git clone --quiet --depth=1 https://github.com/PoomSmart/YouGroupSettings.git
- name: Build YouPiP
run: |
cd ${{ github.workspace }}/YouPiP
Expand All @@ -146,10 +151,18 @@ jobs:
env:
THEOS: ${{ github.workspace }}/theos

- name: Build YouGroupSettings
run: |
cd ${{ github.workspace }}/YouGroupSettings
make clean package DEBUG=0 FINALPACKAGE=1
mv packages/*.deb ${{ github.workspace }}/ygs.deb
env:
THEOS: ${{ github.workspace }}/theos

- name: Inject tweaks into IPA
run: |
cyan -i youtube.ipa -o YouTubePlus_${{ inputs.tweak_version }}_Tweaks.ipa \
-uwf ytplus.deb OpenYoutubeSafariExtension.appex youpip.deb ytuhd.deb ryd.deb
-uwf ytplus.deb OpenYoutubeSafariExtension.appex youpip.deb ytuhd.deb ryd.deb ygs.deb
- name: Upload to GitHub Releases
uses: softprops/[email protected]
Expand Down

0 comments on commit 535a460

Please sign in to comment.