add YouGroupSettings
This commit is contained in:
@@ -120,6 +120,11 @@ jobs:
|
|||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
git clone --quiet --depth=1 https://github.com/PoomSmart/Return-YouTube-Dislikes.git
|
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
|
- name: Build YouPiP
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}/YouPiP
|
cd ${{ github.workspace }}/YouPiP
|
||||||
@@ -144,10 +149,18 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
THEOS: ${{ github.workspace }}/theos
|
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
|
- name: Inject tweaks into IPA
|
||||||
run: |
|
run: |
|
||||||
cyan -i youtube.ipa -o YTPlus_Tweaks.ipa \
|
cyan -i youtube.ipa -o YTPlus_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
|
- name: Upload to GitHub Releases
|
||||||
uses: softprops/action-gh-release@v2.0.1
|
uses: softprops/action-gh-release@v2.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user