Add YouGroupSettings

This commit is contained in:
Dan
2024-11-26 04:20:35 +03:00
committed by GitHub
parent 56b2326f94
commit 535a460ea5
+14 -1
View File
@@ -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
@@ -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/action-gh-release@v2.0.1