You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
fix: missing set security patch option in beakthoven's fork
latest version of beakthoven's TS fork has removed other author from module.prop and causing unsupported version.
This commit is contained in:
@@ -68,7 +68,7 @@ function checkTrickyStoreVersion() {
|
||||
const securityPatchElement = document.getElementById('security-patch');
|
||||
exec(`
|
||||
TS_version=$(grep "versionCode=" "/data/adb/modules/tricky_store/module.prop" | cut -d'=' -f2)
|
||||
if grep -q "James" "/data/adb/modules/tricky_store/module.prop"; then
|
||||
if grep -qE "James|beakthoven" "/data/adb/modules/tricky_store/module.prop"; then
|
||||
echo 0
|
||||
elif [ "$TS_version" -ge 158 ]; then
|
||||
echo 0
|
||||
|
||||
Reference in New Issue
Block a user