Ok #305

Merged
manhchuduc merged 2 commits from main into main 2024-08-05 18:52:29 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit b963b3f5ae - Show all commits

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: