-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: How to properly specify patcher-args? #559
Comments
Probably it's a revanced issue - can't make it work with official CLI. (Or I'm making some stupid mistake) |
Seems like the options are positional. |
patcher-args = "-e 'Change header' -Oheader=revanced* -e 'Theme' -OdarkThemeBackgroundColor=@color/m3_ref_palette_dynamic_neutral_variant6 -OlightThemeBackgroundColor=@color/m3_ref_palette_dynamic_neutral_variant98" And dont add patch name to included-patches or excluded-patches that in patcher-args |
this is the correct way until I fix it properly. |
How to add black icon in Anddea patch..correct way --enable Custom branding icon for YouTube --options=appIcon=xisr_yellow |
How Change youtube revanced extended icon with patcher-args? |
|
Its Worked Thank You❤️ |
|
|
-e 'Custom header for YouTube'-OcustomHeader='custom_branding_icon' how to fix this |
In my case working well- |
I want to specify revanced* custom header.
I tried
-Oheader=revanced*
,-Oheader=revanced\*
,-Oheader="revanced*"
and neither of them works. There are no patching errors but the header defaults torevanced*borderless
.Here is the whole config if it matters: https://github.com/Lassie111/revanced-magisk-module/blob/main/config.toml
The text was updated successfully, but these errors were encountered: