Skip to content

Commit 39e09ef

Browse files
committed
feat: add support for JingMatrix's fork (JingMatrix/TEESimulator)
#118
1 parent 2ca7143 commit 39e09ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/scripts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function checkTrickyStoreVersion() {
8080
const securityPatchElement = document.getElementById('security-patch');
8181
exec(`
8282
TS_version=$(grep "versionCode=" "/data/adb/modules/tricky_store/module.prop" | cut -d'=' -f2)
83-
if grep -qE "James|beakthoven" "/data/adb/modules/tricky_store/module.prop"; then
83+
if grep -qE "James|beakthoven|JingMatrix" "/data/adb/modules/tricky_store/module.prop"; then
8484
echo 0
8585
elif [ "$TS_version" -ge 158 ]; then
8686
echo 0

0 commit comments

Comments
 (0)