mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-06-13 13:47:48 +02:00
little fix
This commit is contained in:
2
utils.sh
2
utils.sh
@ -389,5 +389,5 @@ versionCode=${NEXT_VER_CODE}
|
|||||||
author=j-hc
|
author=j-hc
|
||||||
description=${4}" >"${6}/module.prop"
|
description=${4}" >"${6}/module.prop"
|
||||||
|
|
||||||
[ "$ENABLE_MAGISK_UPDATE" = true ] && echo "updateJson=${5}" >>"${6}/module.prop"
|
if [ "$ENABLE_MAGISK_UPDATE" = true ]; then echo "updateJson=${5}" >>"${6}/module.prop"; fi
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user