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
feat: add support for Dakkshesh's TrickyStore fork (#93)
- This fork is based on qwq233's version and includes both their name and mine in module.prop. - Unlike qwq233's fork, this version aligns more closely with the official implementation and supports security_patch.txt. - Updated the author name check to ensure the module is only classified as qwq233's fork if my name is not present. TrickyStore OSS: https://github.com/beakthoven/TrickyStore Signed-off-by: Dakkshesh <dakkshesh5@gmail.com>
This commit is contained in:
@@ -235,7 +235,7 @@ function isValid8Digit(value) {
|
||||
|
||||
// Initialize event listeners
|
||||
export function securityPatch() {
|
||||
exec(`grep -q "James" "/data/adb/modules/tricky_store/module.prop"`)
|
||||
exec(`grep -q "James" "/data/adb/modules/tricky_store/module.prop" && ! grep -q "beakthoven" "/data/adb/modules/tricky_store/module.prop"`)
|
||||
.then(({ errno }) => {
|
||||
if (errno === 0) {
|
||||
jamesFork = true;
|
||||
|
||||
Reference in New Issue
Block a user