Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 883042c

Browse files
committed
update buildapp.yml
1 parent e97bf5f commit 883042c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/buildapp.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,8 @@ jobs:
100100
- name: Download uYou & Prepare YouTube iPA
101101
run: |
102102
curl "https://raw.githubusercontent.com/Muirey03/RemoteLog/master/RemoteLog.h" --output "$THEOS/include/RemoteLog.h"
103-
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"
104-
echo -e "==> \033[1muYou v${{ inputs.uyou_version }} downloaded! \033[0m"
105-
wget "$YOUTUBE_URL" --no-verbose -O main/YouTube.ipa
106-
echo -e "==> \033[1mYouTube v${{ inputs.youtube_version }} downloaded! \033[0m"
103+
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 "==> \033[1muYou v${{ inputs.uyou_version }} downloaded! \033[0m"
104+
wget "$YOUTUBE_URL" --no-verbose -O main/YouTube.ipa && echo -e "==> \033[1mYouTube v${{ inputs.youtube_version }} downloaded! \033[0m"
107105
dpkg-deb -x "main/Tweaks/uYou/com.miro.uyou_${{ env.UYOU_VERSION }}_iphoneos-arm.deb" main/Tweaks/uYou/
108106
unzip -q main/YouTube.ipa -d main/tmp
109107
rm -rf main/tmp/Payload/YouTube.app/PlugIns/*

0 commit comments

Comments
 (0)