From 58e7653b5b5a8a686132ee42d156bf539e97c1e0 Mon Sep 17 00:00:00 2001 From: Dan <38832025+dayanch96@users.noreply.github.com> Date: Sat, 7 Sep 2024 17:06:12 +0300 Subject: [PATCH] 'remove unsupported devices' key --- .github/workflows/ytp_tweaks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ytp_tweaks.yml b/.github/workflows/ytp_tweaks.yml index 398a4f1..2bf6731 100644 --- a/.github/workflows/ytp_tweaks.yml +++ b/.github/workflows/ytp_tweaks.yml @@ -144,7 +144,7 @@ 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 -f ${{ github.workspace }}/ytplus.deb ${{ github.workspace }}/OpenYoutubeSafariExtension.appex ${{ github.workspace }}/youpip.deb ${{ github.workspace }}/ytuhd.deb ${{ github.workspace }}/ryd.deb + 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 - name: Upload to GitHub Releases uses: softprops/action-gh-release@v2.0.1