Skip to content

Commit

Permalink
magisk -> module
Browse files Browse the repository at this point in the history
  • Loading branch information
elohim-etz authored Jan 24, 2025
1 parent 8c5022b commit dd3d152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ build_rv() {
"https://raw.githubusercontent.com/${GITHUB_REPOSITORY-}/update/${upj}" \
"$base_template"

local module_output="${app_name_l}-${rv_brand_f}-magisk-v${version_f}-${arch_f}.zip"
local module_output="${app_name_l}-${rv_brand_f}-module-v${version_f}-${arch_f}.zip"
pr "Packing module ${table}"
cp -f "$patched_apk" "${base_template}/base.apk"
if [ "${args[include_stock]}" = true ]; then cp -f "$stock_apk" "${base_template}/${pkg_name}.apk"; fi
Expand Down

0 comments on commit dd3d152

Please sign in to comment.