mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-11 13:05:33 +00:00
Fix Extensions submodule ref and set default IPA URL (#701)
* Initial plan * Fix Extensions submodule ref and set default IPA URL The Extensions submodule was changed from CokePokes to BillyCurtis repo in PR #700, but the commit ref (a68d708) was not updated. This commit was from the old repo and doesn't exist in the new one. Fix by re-adding the submodule to point to the latest commit (c87b5d5) in BillyCurtis/OpenYouTubeSafariExtension. Also set the default decrypted_youtube_url to the specified catbox.moe IPA artifact URL. Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>
This commit is contained in:
parent
4087630525
commit
c89431ae25
2 changed files with 2 additions and 2 deletions
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
|
|
@ -13,7 +13,7 @@ on:
|
|||
type: string
|
||||
decrypted_youtube_url:
|
||||
description: "Direct URL of the decrypted YouTube ipa"
|
||||
default: ""
|
||||
default: "https://files.catbox.moe/5a8qlt.ipa"
|
||||
required: true
|
||||
type: string
|
||||
bundle_id:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a68d70883d297fcc6669429dfd1439848e96e411
|
||||
Subproject commit c87b5d5551b406477dca883158572f803251f52c
|
||||
Loading…
Reference in a new issue