From e1d25cee358cb0b4020ad996ffb9cee406f69290 Mon Sep 17 00:00:00 2001 From: j-hc Date: Tue, 11 Jul 2023 13:41:53 +0300 Subject: [PATCH] concert microg patch to kebab case --- utils.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils.sh b/utils.sh index f9a6930..96ffa98 100755 --- a/utils.sh +++ b/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