chore: pyzule -> cyan

pyzule has been deprecated in favor of cyan, which fixes a specific installation bug for jailbroken users, as well as QoL changes and code improvements
This commit is contained in:
zx
2024-10-13 22:49:27 -04:00
parent 77cdf668ff
commit e4995bdd96
2 changed files with 8 additions and 6 deletions
+3 -3
View File
@@ -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
@@ -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/action-gh-release@v2.0.1