mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:28:47 -04:00
Added support for 4.0
This commit is contained in:
7
.github/workflows/buildapp.yml
vendored
7
.github/workflows/buildapp.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
||||
ref: master
|
||||
path: theos-jailed
|
||||
submodules: recursive
|
||||
|
||||
- name: Set PATH environment variable
|
||||
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH
|
||||
|
||||
- name: Install Theos Jailed
|
||||
run: |
|
||||
@@ -99,6 +102,10 @@ jobs:
|
||||
rm -rf main/tmp/Payload/YouTube.app/PlugIns/*
|
||||
cp -R main/Extensions/*.appex main/tmp/Payload/YouTube.app/PlugIns
|
||||
echo "YTLITE_VERSION=$(grep ^PACKAGE_VERSION ${{ github.workspace }}/main/Tweaks/YTLite/Makefile | awk '{print $3}')" >> $GITHUB_ENV
|
||||
|
||||
LATEST_RELEASE=$(curl -s "https://api.github.com/repos/dayanch96/YTLite/releases/latest" | jq -r ".tag_name")
|
||||
YTLITE_VERSION=$(echo "$LATEST_RELEASE" | sed 's/v//')
|
||||
echo "YTLITE_VERSION=$YTLITE_VERSION" >> $GITHUB_ENV
|
||||
env:
|
||||
THEOS: ${{ github.workspace }}/theos
|
||||
YOUTUBE_URL: ${{ inputs.decrypted_youtube_url }}
|
||||
|
Reference in New Issue
Block a user