Merge branch 'YTLitePlus:main' into main

This commit is contained in:
ChuDucManh 2024-08-05 23:24:49 +07:00 committed by GitHub
commit b963b3f5ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -151,6 +151,8 @@ jobs:
filepath = 'main/tmp/Payload/YouTube.app/Info.plist'
remove_uisupporteddevices(filepath)
EOF
# Manually install the Open in YouTube extension
cp -R main/Extensions/*.appex main/tmp/Payload/YouTube.app/PlugIns
env:
THEOS: ${{ github.workspace }}/theos
YOUTUBE_URL: ${{ inputs.decrypted_youtube_url }}

View file

@ -42,7 +42,6 @@ on:
- success
dry_run:
description: 'Logs simulated changes, no deletions are performed'
type: boolean
required: false
jobs: