update the base version of uYou to 2.3~1

This commit is contained in:
qnblackcat 2023-01-02 10:35:59 +07:00
parent 6f16118749
commit b2d4635895

View file

@ -8,7 +8,7 @@ on:
inputs:
uyou_version:
description: "The version of uYou"
default: "2.1"
default: "2.3~1"
required: true
type: string
decrypted_youtube_url:
@ -101,7 +101,9 @@ jobs:
run: |
curl "https://raw.githubusercontent.com/Muirey03/RemoteLog/master/RemoteLog.h" --output "$THEOS/include/RemoteLog.h"
curl "https://miro92.com/repo/debs/com.miro.uyou_${{ env.UYOU_VERSION }}_iphoneos-arm.deb" --output "main/Tweaks/uYou/com.miro.uyou_${{ env.UYOU_VERSION }}_iphoneos-arm.deb"
echo -e "==> uYou v${{ env.UYOU_VERSION }} downloaded!"
wget "$YOUTUBE_URL" --no-verbose -O main/YouTube.ipa
echo -e "==> YouTube v${{ inputs.youtube_version }} downloaded!"
dpkg-deb -x "main/Tweaks/uYou/com.miro.uyou_${{ env.UYOU_VERSION }}_iphoneos-arm.deb" main/Tweaks/uYou/
unzip -q main/YouTube.ipa -d main/tmp
rm -rf main/tmp/Payload/YouTube.app/PlugIns/*
@ -110,6 +112,7 @@ jobs:
env:
THEOS: ${{ github.workspace }}/theos
UYOU_VERSION: ${{ inputs.uyou_version }}
YOUTUBE_VERSION: ${{ inputs.youtube_version }}
YOUTUBE_URL: ${{ inputs.decrypted_youtube_url }}
- name: Fix compiling & Build Package