Merge branch 'YTLitePlus:main' into main
This commit is contained in:
commit
b963b3f5ae
2 changed files with 2 additions and 1 deletions
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
1
.github/workflows/delete-workflow-runs.yml
vendored
1
.github/workflows/delete-workflow-runs.yml
vendored
|
|
@ -42,7 +42,6 @@ on:
|
|||
- success
|
||||
dry_run:
|
||||
description: 'Logs simulated changes, no deletions are performed'
|
||||
type: boolean
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue