Skip to content

Commit

Permalink
add architecture support in config
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderkex committed Feb 11, 2025
1 parent d41d9c2 commit 12f36b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ enabled = false
[TikTok]
uptodown-dlurl = "https://tiktok.en.uptodown.com/android"
apkmirror-dlurl = "https://apkmirror.com/apk/tiktok-pte-ltd/tik-tok-including-musical-ly"
arch = "arm64-v8a"
included-patches = "'SIM spoof'"

[Reddit-Ex]
uptodown-dlurl = "https://reddit-official-app.en.uptodown.com/android"
apkmirror-dlurl = "https://apkmirror.com/apk/redditinc/reddit"
patches-source = "inotia00/revanced-patches"
cli-source = "inotia00/revanced-cli"
arch = "arm64-v8a"
excluded-patches = "'Custom branding name for Reddit'"

[Reddit-Ex-dev]
Expand All @@ -41,13 +43,15 @@ apkmirror-dlurl = "https://apkmirror.com/apk/redditinc/reddit"
patches-source = "inotia00/revanced-patches"
cli-source = "inotia00/revanced-cli"
excluded-patches = "'Custom branding name for Reddit'"
arch = "arm64-v8a"
patches-version = "dev"

[YouTube-Ex]
uptodown-dlurl = "https://youtube.en.uptodown.com/android"
apkmirror-dlurl = "https://apkmirror.com/apk/google-inc/youtube"
patches-source = "inotia00/revanced-patches"
cli-source = "inotia00/revanced-cli"
arch = "arm64-v8a"
included-patches = "'MaterialYou' 'Return YouTube Username'"
excluded-patches = "'Custom branding icon for YouTube' 'Custom branding name for YouTube' 'Theme'"
build-mode = "both"
Expand All @@ -57,6 +61,7 @@ uptodown-dlurl = "https://youtube.en.uptodown.com/android"
apkmirror-dlurl = "https://apkmirror.com/apk/google-inc/youtube"
patches-source = "inotia00/revanced-patches"
cli-source = "inotia00/revanced-cli"
arch = "arm64-v8a"
included-patches = "'MaterialYou' 'Return YouTube Username'"
excluded-patches = "'Custom branding icon for YouTube' 'Custom branding name for YouTube' 'Theme'"
build-mode = "both"
Expand All @@ -67,6 +72,7 @@ uptodown-dlurl = "https://youtube-music.en.uptodown.com/android"
apkmirror-dlurl = "https://apkmirror.com/apk/google-inc/youtube-music"
patches-source = "inotia00/revanced-patches"
cli-source = "inotia00/revanced-cli"
arch = "arm64-v8a"
excluded-patches = "'Custom branding icon for YouTube Music' 'Custom branding name for YouTube Music' 'Return YouTube Username'"
build-mode = "both"

Expand All @@ -75,6 +81,7 @@ uptodown-dlurl = "https://youtube-music.en.uptodown.com/android"
apkmirror-dlurl = "https://apkmirror.com/apk/google-inc/youtube-music"
patches-source = "inotia00/revanced-patches"
cli-source = "inotia00/revanced-cli"
arch = "arm64-v8a"
excluded-patches = "'Custom branding icon for YouTube Music' 'Custom branding name for YouTube Music' 'Return YouTube Username'"
build-mode = "both"
patches-version = "dev"

0 comments on commit 12f36b5

Please sign in to comment.