Fix YouTube Extensions bug

This commit is contained in:
Bryce Hackel
2024-08-05 03:09:41 -07:00
committed by GitHub
parent cd63b80b77
commit 46d6b163b9

View File

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