File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -592,10 +592,12 @@ build_rv() {
592
592
local upj=" ${table,,} -update.json"
593
593
594
594
module_config " $base_template " " $pkg_name " " $version " " $arch "
595
+
596
+ local rv_patches_ver=" ${rv_patches_jar##* -} "
595
597
module_prop \
596
598
" ${args[module_prop_name]} " \
597
599
" ${app_name} ${args[rv_brand]} " \
598
- " $version " \
600
+ " ${ version} (patches: ${rv_patches_ver %% .rvp} ) " \
599
601
" ${app_name} ${args[rv_brand]} Magisk module" \
600
602
" https://raw.githubusercontent.com/${GITHUB_REPOSITORY-} /update/${upj} " \
601
603
" $base_template "
@@ -628,7 +630,7 @@ MODULE_ARCH=$ma" >"$1/config"
628
630
module_prop () {
629
631
echo " id=${1}
630
632
name=${2}
631
- version=v${3} ( ${NEXT_VER_CODE} )
633
+ version=v${3}
632
634
versionCode=${NEXT_VER_CODE}
633
635
author=j-hc
634
636
description=${4} " > " ${6} /module.prop"
You can’t perform that action at this time.
0 commit comments