Skip to content

Commit

Permalink
Merge pull request dayanch96#209 from asdfzxcvbn/main
Browse files Browse the repository at this point in the history
migrate to cyan, fixed build with tweaks workflow
  • Loading branch information
dayanch96 authored Oct 14, 2024
2 parents 77cdf66 + e4dff86 commit fc8e5da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Set PATH environment variable
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH

- name: Install Pyzule
run: bash -c "$(curl https://raw.githubusercontent.com/asdfzxcvbn/pyzule/main/install-pyzule.sh)"
- name: Install cyan
run: pip install https://github.com/asdfzxcvbn/pyzule-rw/archive/main.zip

- name: Download YouTube
id: download_youtube
Expand All @@ -58,7 +58,7 @@ jobs:
mv *.appex ${{ github.workspace }}
- name: Inject tweak into IPA
run: pyzule -i ${{ github.workspace }}/youtube.ipa -o ${{ github.workspace }}/YouTubePlus_${{ inputs.tweak_version }}.ipa -f ${{ github.workspace }}/ytplus.deb ${{ github.workspace }}/OpenYoutubeSafariExtension.appex -w -u
run: cyan -i youtube.ipa -o YouTubePlus_${{ inputs.tweak_version }}.ipa -uwf ytplus.deb OpenYoutubeSafariExtension.appex

- name: Upload to GitHub Releases
uses: softprops/[email protected]
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/ytp_tweaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
submodules: recursive

- name: Install Dependencies
run: brew install make
run: brew install make ldid

- name: Set PATH environment variable
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
env:
THEOS: ${{ github.workspace }}/theos

- name: Install Pyzule
run: bash -c "$(curl https://raw.githubusercontent.com/asdfzxcvbn/pyzule/main/install-pyzule.sh)"
- name: Install cyan
run: pip install https://github.com/asdfzxcvbn/pyzule-rw/archive/main.zip

- name: Download YouTube
id: download_youtube
Expand Down Expand Up @@ -144,7 +144,9 @@ jobs:
THEOS: ${{ github.workspace }}/theos

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

0 comments on commit fc8e5da

Please sign in to comment.