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'
|
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 }}
|
||||||
|
|
|
||||||
1
.github/workflows/delete-workflow-runs.yml
vendored
1
.github/workflows/delete-workflow-runs.yml
vendored
|
|
@ -42,7 +42,6 @@ on:
|
||||||
- success
|
- success
|
||||||
dry_run:
|
dry_run:
|
||||||
description: 'Logs simulated changes, no deletions are performed'
|
description: 'Logs simulated changes, no deletions are performed'
|
||||||
type: boolean
|
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue