Skip to content

Commit

Permalink
module: update author name
Browse files Browse the repository at this point in the history
  • Loading branch information
peternmuller authored Aug 10, 2024
1 parent 693ef5e commit 68638f7
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 @@ -499,7 +499,7 @@ module_prop() {
name=${2}
version=v${3}
versionCode=${NEXT_VER_CODE}
author=j-hc
author=peternmuller
description=${4}" >"${6}/module.prop"

if [ "$ENABLE_MAGISK_UPDATE" = true ]; then echo "updateJson=${5}" >>"${6}/module.prop"; fi
Expand Down

0 comments on commit 68638f7

Please sign in to comment.