This commit is contained in:
KOWX712
2024-10-21 17:45:59 +08:00
parent 566f956ef8
commit 9f4f9f73aa
3 changed files with 25 additions and 24 deletions

View File

@@ -1,16 +1,16 @@
## Tricky Addon Lite: Update Target List Script ## Tricky Addon Lite: Update Target List Script
- Script only, **NOT Module** - Script only, **NOT Module**
- Run with root priviledge - Run with root priviledge
## Changelog ## Changelog
### v1.3 ### v1.3
- More user friendly exclude and addition list config - More user friendly exclude and addition list config
### v1.2 ### v1.2
- Synched some code with module script - Synched some code with module script
## Link ## Link
[Telegram channel](https://t.me/kowchannel) [Telegram channel](https://t.me/kowchannel)
[GitHub Release](https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/latest) [GitHub Release](https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/latest)

View File

@@ -1,3 +1,4 @@
# 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. # 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= #ro.boot.vbmeta.digest=

View File

@@ -1,7 +1,7 @@
id=TA_utl id=TA_utl
name=Tricky Addon: Update Target List name=Tricky Addon: Update Target List
version=v1.3 version=v1.3
versionCode=13 versionCode=13
author=KOWX712 author=KOWX712
description=Update tricky store target list with action button. Custom config: ADDITION and EXCLUDE in /data/adb/tricky_store/target_list_config 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 updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/refs/heads/master/update.json