Skip to content

Commit

Permalink
fix device codename
Browse files Browse the repository at this point in the history
Don't know why i removed this haha
  • Loading branch information
0x11DFE committed Feb 15, 2024
1 parent 3b08bfd commit 3438d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_magisk_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ device_build_id=$(grep_prop "ro.build.id" "$system_path")
device_code_name=$(grep_prop "ro.product.vendor.name" "$vendor_path")
device_build_android_version=$(grep_prop "ro.vendor.build.version.release" "$vendor_path")
device_build_security_patch=$(grep_prop "ro.vendor.build.security_patch" "$vendor_path")
device_code_name_title=${device_code_name^}

# Construct the base name
base_name=${device_code_name^}.A$device_build_android_version.$(date -d "$device_build_security_patch" '+%y%m%d')
Expand Down

0 comments on commit 3438d4a

Please sign in to comment.