mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 22:24:34 +02:00
concert microg patch to kebab case
This commit is contained in:
parent
086649e375
commit
e1d25cee35
2
utils.sh
2
utils.sh
@ -369,6 +369,8 @@ build_rv() {
|
||||
local microg_patch
|
||||
microg_patch=$(jq -r ".[] | select(.compatiblePackages[].name==\"${pkg_name}\") | .name" "${args[ptjs]}" | grep -iF microg || :)
|
||||
if [ "$microg_patch" ]; then
|
||||
microg_patch="${microg_patch,,}"
|
||||
microg_patch="${microg_patch// /-}"
|
||||
p_patcher_args=("${p_patcher_args[@]//-[ei] ${microg_patch}/}")
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user