Fix revanced pathces change repo name
This commit is contained in:
yue374
2023-12-14 09:12:57 +07:00
parent c421b1eb57
commit b1ad8781ec
5 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- name: Check new patch ReVanced - name: Check new patch ReVanced
id: check-rv id: check-rv
run: bash src/build/ci.sh ReVanced/revanced-patches youtube-revanced.apk run: bash src/build/ci.sh ReVanced/revanced-patches-template youtube-revanced.apk
env: env:
repository: ${{ github.repository }} repository: ${{ github.repository }}

View File

@@ -30,7 +30,7 @@ Download
[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://play.google.com/store/apps/details?id=com.google.android.youtube) [![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://play.google.com/store/apps/details?id=com.google.android.youtube)
### [Revanced:](https://github.com/revanced/revanced-patches) ### [Revanced:](https://github.com/revanced/revanced-patches-template)
[All Architecture](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/releases/download/all/youtube-revanced.apk) [All Architecture](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/releases/download/all/youtube-revanced.apk)
@@ -231,7 +231,7 @@ Download
[revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module) - [GPL-3.0](https://github.com/j-hc/revanced-magisk-module/blob/main/LICENSE) [revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module) - [GPL-3.0](https://github.com/j-hc/revanced-magisk-module/blob/main/LICENSE)
[Revanced Patches](https://github.com/revanced/revanced-patches) - [GPL-3.0](https://github.com/revanced/revanced-patches/blob/main/LICENSE) [Revanced Patches](https://github.com/revanced/revanced-patches-template) - [GPL-3.0](https://github.com/revanced/revanced-patches-template/blob/main/LICENSE)
[Revanced Extended Patches](https://github.com/inotia00/revanced-patches/tree/revanced-extended) - [GPL-3.0](https://github.com/inotia00/revanced-patches/blob/revanced-extended/LICENSE) [Revanced Extended Patches](https://github.com/inotia00/revanced-patches/tree/revanced-extended) - [GPL-3.0](https://github.com/inotia00/revanced-patches/blob/revanced-extended/LICENSE)

View File

@@ -5,7 +5,7 @@ source ./src/build/utils.sh
################################################# #################################################
# Download requirements # Download requirements
dl_gh "revanced-patches revanced-cli revanced-integrations" "revanced" "latest" dl_gh "revanced-patches-template revanced-cli revanced-integrations" "revanced" "latest"
################################################# #################################################

View File

@@ -5,7 +5,7 @@ source ./src/build/utils.sh
################################################# #################################################
# Download requirements # Download requirements
dl_gh "revanced-patches revanced-cli revanced-integrations" "revanced" "latest" dl_gh "revanced-patches-template revanced-cli revanced-integrations" "revanced" "latest"
################################################# #################################################

View File

@@ -5,7 +5,7 @@ source ./src/build/utils.sh
################################################# #################################################
# Download requirements # Download requirements
dl_gh "revanced-patches revanced-cli revanced-integrations" "revanced" "latest" dl_gh "revanced-patches-template revanced-cli revanced-integrations" "revanced" "latest"
################################################# #################################################
@@ -38,7 +38,7 @@ patch "tumblr" "revanced"
################################################# #################################################
rm -f patches*.json revanced-patches*.jar revanced-integrations*.apk revanced-cli*.jar rm -f patches*.json revanced-patches*.jar revanced-integrations*.apk revanced-cli*.jar
dl_gh "revanced-patches" "revanced" "tags/v2.187.0" dl_gh "revanced-patches-template" "revanced" "tags/v2.187.0"
dl_gh "revanced-integrations" "revanced" "tags/v0.115.1" dl_gh "revanced-integrations" "revanced" "tags/v0.115.1"
dl_gh "revanced-cli" "revanced" "tags/v2.22.0" dl_gh "revanced-cli" "revanced" "tags/v2.22.0"