We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bae54 commit 7b47479Copy full SHA for 7b47479
1 file changed
app/src/main/assets/module/ZADD/patch_rom/index.sh
@@ -144,10 +144,8 @@ if checkonline; then
144
number_ver="$(xem https://raw.githubusercontent.com/Zenlua/Tool-Tree/refs/heads/main/app/src/main/assets/module/ZADD/patch_rom/addon.prop 2>/dev/null | grep -m1 "versionCode=" | cut -d= -f2)"
145
number_ver2="$(gprop versionCode "$MPAT/addon.prop")"
146
if [[ ${number_ver:-0} -gt $number_ver2 ]];then
147
- if [ ! -f $MPAT/update ];then
148
echo 1 >$MPAT/update
149
showtoast "$addon_noti"
150
- fi
151
else
152
[ -f $MPAT/update ] && rm -f $MPAT/update
153
fi
0 commit comments