mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
Update
This commit is contained in:
4
.github/workflows/Fix-Readme.yml
vendored
4
.github/workflows/Fix-Readme.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
|||||||
permissions: write-all
|
permissions: write-all
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Edit Readme
|
- name: Edit Readme
|
||||||
run: |
|
run: |
|
||||||
curl -o README.md https://raw.githubusercontent.com/${{ github.repository }}/main/README.md
|
curl -o README.md https://raw.githubusercontent.com/${{ github.repository }}/main/README.md
|
||||||
sed -i "s#FiorenMas/Revanced-And-Revanced-Extended-Non-Root#${{ github.repository }}#g" README.md
|
sed -i "s#FiorenMas/Revanced-And-Revanced-Extended-Non-Root#${{ github.repository }}#g" README.md
|
||||||
@@ -16,6 +16,6 @@ jobs:
|
|||||||
uses: EndBug/add-and-commit@v9.1.1
|
uses: EndBug/add-and-commit@v9.1.1
|
||||||
with:
|
with:
|
||||||
add: 'README.md'
|
add: 'README.md'
|
||||||
default_author: github_actor
|
default_author: github_actor
|
||||||
message: 'Edit Readme'
|
message: 'Edit Readme'
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
26
.github/workflows/patch.yml
vendored
26
.github/workflows/patch.yml
vendored
@@ -6,7 +6,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
patch1:
|
patch1:
|
||||||
name: Patch Revanced
|
name: Patch Revanced
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -17,14 +17,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
|
||||||
- name: Patch apk
|
- name: Patch apk
|
||||||
run: bash src/build/Revanced.sh
|
run: bash src/build/Revanced.sh
|
||||||
env:
|
env:
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
|
|
||||||
- name: Generate release info
|
- name: Generate release info
|
||||||
run: |
|
run: |
|
||||||
echo "
|
echo "
|
||||||
**Change log** :point_down:
|
**Change log** :point_down:
|
||||||
[Revanced](https://github.com/revanced/revanced-patches/releases/latest)
|
[Revanced](https://github.com/revanced/revanced-patches/releases/latest)
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
tag_name: all
|
tag_name: all
|
||||||
body_path: ${{ github.workspace }}-CHANGELOG.txt
|
body_path: ${{ github.workspace }}-CHANGELOG.txt
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Delete older releases
|
- name: Delete older releases
|
||||||
uses: dev-drprasad/delete-older-releases@v0.2.1
|
uses: dev-drprasad/delete-older-releases@v0.2.1
|
||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
keep_minimum_runs: 10
|
keep_minimum_runs: 10
|
||||||
|
|
||||||
patch2:
|
patch2:
|
||||||
name: Patch Revanced Extended
|
name: Patch Revanced Extended
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -74,12 +74,12 @@ jobs:
|
|||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
|
||||||
- name: Patch apk
|
- name: Patch apk
|
||||||
run: bash src/build/Revanced-Extended.sh
|
run: bash src/build/Revanced-Extended.sh
|
||||||
env:
|
env:
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
|
|
||||||
- name: Generate release info
|
- name: Generate release info
|
||||||
run: |
|
run: |
|
||||||
echo "
|
echo "
|
||||||
**Change log** :point_down:
|
**Change log** :point_down:
|
||||||
[Revanced](https://github.com/revanced/revanced-patches/releases/latest)
|
[Revanced](https://github.com/revanced/revanced-patches/releases/latest)
|
||||||
@@ -97,7 +97,7 @@ jobs:
|
|||||||
tag_name: all
|
tag_name: all
|
||||||
body_path: ${{ github.workspace }}-CHANGELOG.txt
|
body_path: ${{ github.workspace }}-CHANGELOG.txt
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Delete older releases
|
- name: Delete older releases
|
||||||
uses: dev-drprasad/delete-older-releases@v0.2.1
|
uses: dev-drprasad/delete-older-releases@v0.2.1
|
||||||
@@ -114,7 +114,7 @@ jobs:
|
|||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
retain_days: 0
|
retain_days: 0
|
||||||
keep_minimum_runs: 15
|
keep_minimum_runs: 15
|
||||||
|
|
||||||
patch3:
|
patch3:
|
||||||
name: Patch Revanced Extended for Android 6 & 7
|
name: Patch Revanced Extended for Android 6 & 7
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
@@ -129,12 +129,12 @@ jobs:
|
|||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
|
||||||
- name: Patch apk
|
- name: Patch apk
|
||||||
run: bash src/build/Revanced-Extended-Android-6-7.sh
|
run: bash src/build/Revanced-Extended-Android-6-7.sh
|
||||||
env:
|
env:
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
|
|
||||||
- name: Generate release info
|
- name: Generate release info
|
||||||
run: |
|
run: |
|
||||||
echo "
|
echo "
|
||||||
**Change log** :point_down:
|
**Change log** :point_down:
|
||||||
[Revanced](https://github.com/revanced/revanced-patches/releases/latest)
|
[Revanced](https://github.com/revanced/revanced-patches/releases/latest)
|
||||||
@@ -152,7 +152,7 @@ jobs:
|
|||||||
tag_name: all
|
tag_name: all
|
||||||
body_path: ${{ github.workspace }}-CHANGELOG.txt
|
body_path: ${{ github.workspace }}-CHANGELOG.txt
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Delete older releases
|
- name: Delete older releases
|
||||||
uses: dev-drprasad/delete-older-releases@v0.2.1
|
uses: dev-drprasad/delete-older-releases@v0.2.1
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ if diff -q revanced-extended-android-6-7-version.txt new.txt >/dev/null ; then
|
|||||||
echo "Old patch!!! Not build"
|
echo "Old patch!!! Not build"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
rm -f *.txt
|
rm -f ./*.txt
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ if diff -q revanced-extended-version.txt new.txt >/dev/null ; then
|
|||||||
echo "Old patch!!! Not build"
|
echo "Old patch!!! Not build"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
rm -f *.txt
|
rm -f ./*.txt
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ if diff -q revanced-version.txt new.txt >/dev/null ; then
|
|||||||
echo "Old patch!!! Not build"
|
echo "Old patch!!! Not build"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
rm -f *.txt
|
rm -f ./*.txt
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user