diff --git a/lite-script_only/README.md b/lite-script_only/README.md index ab3edcd..3fbf8a0 100644 --- a/lite-script_only/README.md +++ b/lite-script_only/README.md @@ -1,16 +1,16 @@ -## Tricky Addon Lite: Update Target List Script -- Script only, **NOT Module** -- Run with root priviledge - -## Changelog -### v1.3 -- More user friendly exclude and addition list config - -### v1.2 -- Synched some code with module script - -## Link -[Telegram channel](https://t.me/kowchannel) - -[GitHub Release](https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/latest) - +## Tricky Addon Lite: Update Target List Script +- Script only, **NOT Module** +- Run with root priviledge + +## Changelog +### v1.3 +- More user friendly exclude and addition list config + +### v1.2 +- Synched some code with module script + +## Link +[Telegram channel](https://t.me/kowchannel) + +[GitHub Release](https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/latest) + diff --git a/module/common/system.prop b/module/common/system.prop index 9eb4d4b..4060c96 100644 --- a/module/common/system.prop +++ b/module/common/system.prop @@ -1,3 +1,4 @@ -# To pass Minotaur native test Conventional Test (8), you can get your VerifiedBootHash from KeyAttestation app -# Put verifiedBootHash after 'ro.boot.vbmeta.digest=' and remove the '#' infront of it. +# To pass Minotaur native test Conventional Test (8), you can get your VerifiedBootHash from KeyAttestation app +# To pass Minotaur native test Conventional Test (8), you can get your VerifiedBootHash from KeyAttestation app +# Put verifiedBootHash after 'ro.boot.vbmeta.digest=' and remove the '#' infront of it. #ro.boot.vbmeta.digest= \ No newline at end of file diff --git a/module/module.prop b/module/module.prop index 901488a..bce591a 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ -id=TA_utl -name=Tricky Addon: Update Target List -version=v1.3 -versionCode=13 -author=KOWX712 -description=Update tricky store target list with action button. Custom config: ADDITION and EXCLUDE in /data/adb/tricky_store/target_list_config +id=TA_utl +name=Tricky Addon: Update Target List +version=v1.3 +versionCode=13 +author=KOWX712 +description=Update tricky store target list with action button. Custom config: ADDITION and EXCLUDE in /data/adb/tricky_store/target_list_config updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/refs/heads/master/update.json \ No newline at end of file