mirror of
https://github.com/Nezumi-2711/revanced-apk-build.git
synced 2026-09-22 20:02:00 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fbf816533d | ||
|
|
d6582d2d63 | ||
|
|
1a2af75601 | ||
|
|
6b33d5841d | ||
|
|
9f6f043d9a | ||
|
|
88ea74d38f | ||
|
|
ea7dd1d777 | ||
|
|
39e551c73c | ||
|
|
b5aac3781a | ||
|
|
9ff2c72375 | ||
|
|
e65dfdaa1b | ||
|
|
b2312718f9 | ||
|
|
f1e8080202 | ||
|
|
f428ad0cfe | ||
|
|
d28118c98c | ||
|
|
edfe08657a | ||
|
|
03352030a1 | ||
|
|
c57014a391 | ||
|
|
1167a7c636 | ||
|
|
fb7222a28f | ||
|
|
8e8c8634ef | ||
|
|
7deb883720 | ||
|
|
be1c20bb87 | ||
|
|
88a00ca413 | ||
|
|
788b36f083 | ||
|
|
ae43197aa0 | ||
|
|
c2fe93675e |
+15
-12
@@ -174,23 +174,26 @@ jobs:
|
|||||||
${BODY}
|
${BODY}
|
||||||
|
|
||||||
**Download Links:**
|
**Download Links:**
|
||||||
|
"
|
||||||
|
|
||||||
|
MODULES_MSG="
|
||||||
**Modules:**
|
**Modules:**
|
||||||
${MODULES}
|
${MODULES}
|
||||||
|
"
|
||||||
|
|
||||||
|
APKS_MSG="
|
||||||
**APKs:**
|
**APKs:**
|
||||||
${APKS}
|
${APKS}
|
||||||
"
|
"
|
||||||
|
|
||||||
# Function to send messages in chunks
|
curl -X POST -H "Content-Type: application/json" \
|
||||||
send_discord_message() {
|
-d "$(jq -n --arg content "$MSG" '{content: $content}')" \
|
||||||
local message="$1"
|
"$DISCORD_WEBHOOK_URL"
|
||||||
while [ ${#message} -gt 0 ]; do
|
|
||||||
local chunk="${message:0:2000}" # Take the first 2000 characters
|
|
||||||
curl -X POST -H "Content-Type: application/json" \
|
|
||||||
-d "$(jq -n --arg content "$chunk" '{content: $content}')" \
|
|
||||||
"$DISCORD_WEBHOOK_URL"
|
|
||||||
message="${message:2000}" # Remove the sent chunk from the message
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
send_discord_message "$MSG"
|
# curl -X POST -H "Content-Type: application/json" \
|
||||||
|
# -d "$(jq -n --arg content "$MODULES_MSG" '{content: $content}')" \
|
||||||
|
# "$DISCORD_WEBHOOK_URL"
|
||||||
|
|
||||||
|
curl -X POST -H "Content-Type: application/json" \
|
||||||
|
-d "$(jq -n --arg content "$APKS_MSG" '{content: $content}')" \
|
||||||
|
"$DISCORD_WEBHOOK_URL"
|
||||||
|
|||||||
@@ -46,5 +46,5 @@ jobs:
|
|||||||
permissions: write-all
|
permissions: write-all
|
||||||
needs: check
|
needs: check
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
if: ${{ needs.check.outputs.SHOULD_BUILD == 0 }}
|
if: ${{ needs.check.outputs.SHOULD_BUILD == 1 }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# ReVanced Magisk Module
|
# ReVanced Magisk Module
|
||||||
[](https://t.me/rvc_magisk)
|
[](https://t.me/rvc_magisk)
|
||||||
[](https://github.com/j-hc/revanced-magisk-module/actions/workflows/ci.yml)
|
[](https://github.com/Nez27/revanced-apk-build/actions/workflows/ci.yml)
|
||||||
|
|
||||||
Extensive ReVanced builder
|
Extensive ReVanced builder
|
||||||
|
|
||||||
|
|||||||
+38
-28
@@ -7,7 +7,7 @@ parallel-jobs = 1
|
|||||||
# you can use rvmm-config-gen to generate a config
|
# you can use rvmm-config-gen to generate a config
|
||||||
|
|
||||||
[YouTube]
|
[YouTube]
|
||||||
build-mode = "both"
|
build-mode = "apk"
|
||||||
excluded-patches = "'Hide timestamp'"
|
excluded-patches = "'Hide timestamp'"
|
||||||
included-patches = ""
|
included-patches = ""
|
||||||
version = "auto"
|
version = "auto"
|
||||||
@@ -16,17 +16,18 @@ uptodown-dlurl = "https://youtube.en.uptodown.com/android"
|
|||||||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
|
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
|
||||||
|
|
||||||
[Music]
|
[Music]
|
||||||
build-mode = "both"
|
build-mode = "apk"
|
||||||
arch = "both"
|
arch = "both"
|
||||||
|
version = "auto"
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music"
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music"
|
||||||
uptodown-dlurl = "https://youtube-music.en.uptodown.com/android"
|
uptodown-dlurl = "https://youtube-music.en.uptodown.com/android"
|
||||||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
|
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
|
||||||
|
|
||||||
[GooglePhotos]
|
[GooglePhotos]
|
||||||
build-mode = "both"
|
build-mode = "apk"
|
||||||
arch = "both"
|
arch = "both"
|
||||||
version = "auto"
|
version = "auto"
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/photos/"
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/photos"
|
||||||
uptodown-dlurl = "https://google-photos.en.uptodown.com/android"
|
uptodown-dlurl = "https://google-photos.en.uptodown.com/android"
|
||||||
|
|
||||||
[Music-Extended]
|
[Music-Extended]
|
||||||
@@ -34,40 +35,49 @@ app-name = "Music"
|
|||||||
patches-source = "inotia00/revanced-patches"
|
patches-source = "inotia00/revanced-patches"
|
||||||
cli-source = "inotia00/revanced-cli"
|
cli-source = "inotia00/revanced-cli"
|
||||||
rv-brand = "ReVanced Extended"
|
rv-brand = "ReVanced Extended"
|
||||||
build-mode = "both"
|
build-mode = "apk"
|
||||||
arch = "both"
|
arch = "both"
|
||||||
|
version = "auto"
|
||||||
|
included-patches = "'Custom header for YouTube Music' 'Spoof client'"
|
||||||
|
excluded-patches = "'Custom branding icon for YouTube Music' 'Custom branding name for YouTube Music'"
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music"
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music"
|
||||||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
|
uptodown-dlurl = "https://youtube-music.uptodown.com/android"
|
||||||
|
|
||||||
|
[Music-Extended-Beta]
|
||||||
|
app-name = "Music"
|
||||||
|
patches-source = "inotia00/revanced-patches"
|
||||||
|
patches-version = "dev"
|
||||||
|
cli-source = "inotia00/revanced-cli"
|
||||||
|
rv-brand = "ReVanced Extended"
|
||||||
|
build-mode = "apk"
|
||||||
|
arch = "both"
|
||||||
|
version = "auto"
|
||||||
|
included-patches = "'Custom header for YouTube Music' 'Spoof client'"
|
||||||
|
excluded-patches = "'Custom branding icon for YouTube Music' 'Custom branding name for YouTube Music'"
|
||||||
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music"
|
||||||
|
uptodown-dlurl = "https://youtube-music.uptodown.com/android"
|
||||||
|
|
||||||
[YouTube-Extended]
|
[YouTube-Extended]
|
||||||
app-name = "YouTube"
|
app-name = "YouTube"
|
||||||
patches-source = "inotia00/revanced-patches"
|
patches-source = "inotia00/revanced-patches"
|
||||||
cli-source = "inotia00/revanced-cli"
|
cli-source = "inotia00/revanced-cli"
|
||||||
rv-brand = "ReVanced Extended"
|
rv-brand = "ReVanced Extended"
|
||||||
build-mode = "both"
|
build-mode = "apk"
|
||||||
|
version = "auto"
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube"
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube"
|
||||||
included-patches = "'Custom header for YouTube'"
|
uptodown-dlurl = "https://youtube.en.uptodown.com/android"
|
||||||
excluded-patches = "'Custom branding icon for YouTube' 'Custom branding name for YouTube'"
|
included-patches = "'Custom header for YouTube' 'MaterialYou' 'Hide Shorts dimming'"
|
||||||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
|
excluded-patches = "'Custom branding icon for YouTube' 'Custom branding name for YouTube' 'Disable splash animation'"
|
||||||
|
|
||||||
[Reddit-Extended]
|
[YouTube-Extended-Beta]
|
||||||
|
app-name = "YouTube"
|
||||||
patches-source = "inotia00/revanced-patches"
|
patches-source = "inotia00/revanced-patches"
|
||||||
|
patches-version = "dev"
|
||||||
cli-source = "inotia00/revanced-cli"
|
cli-source = "inotia00/revanced-cli"
|
||||||
rv-brand = "ReVanced Extended"
|
rv-brand = "ReVanced Extended"
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/redditinc/reddit/"
|
build-mode = "apk"
|
||||||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.reddit.frontpage"
|
version = "auto"
|
||||||
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube"
|
||||||
|
uptodown-dlurl = "https://youtube.en.uptodown.com/android"
|
||||||
[TikTok]
|
included-patches = "'Custom header for YouTube' 'MaterialYou'"
|
||||||
enabled = false
|
excluded-patches = "'Custom branding icon for YouTube' 'Custom branding name for YouTube' 'Disable splash animation'"
|
||||||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.zhiliaoapp.musically"
|
|
||||||
included-patches = "'SIM spoof'"
|
|
||||||
|
|
||||||
[Messenger]
|
|
||||||
enabled = false
|
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/facebook-2/messenger/"
|
|
||||||
arch = "arm64-v8a"
|
|
||||||
|
|
||||||
[Spotify]
|
|
||||||
enabled = false
|
|
||||||
uptodown-dlurl = "https://spotify.en.uptodown.com/android"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user