Skip to content

Commit

Permalink
fix: some android_app_package become null
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev committed Jul 4, 2024
1 parent 3824a67 commit b386ae9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 4,716 deletions.
2 changes: 1 addition & 1 deletion rules/apps/Aegis.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "Aegis",
"url": "https://github.com/beemdevelopment/Aegis",
"extra_map": {
"null": "com.beemdevelopment.aegis"
"android_app_package": "com.beemdevelopment.aegis"
}
}
}
2 changes: 1 addition & 1 deletion rules/apps/Bangumi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "Bangumi",
"url": "https://github.com/czy0729/Bangumi",
"extra_map": {
"null": "com.czy0729.bangumi"
"android_app_package": "com.czy0729.bangumi"
}
}
}
2 changes: 1 addition & 1 deletion rules/apps/EhviewerMD.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "EhviewerMD",
"url": "https://github.com/Ehviewer-Overhauled/Ehviewer",
"extra_map": {
"null": "moe.tarsin.ehviewer"
"android_app_package": "moe.tarsin.ehviewer"
}
}
}
2 changes: 1 addition & 1 deletion rules/apps/Lesspass.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "Lesspass",
"url": "https://play.google.com/store/apps/details?id=com.lesspass.android",
"extra_map": {
"null": "com.lesspass.android"
"android_app_package": "com.lesspass.android"
}
}
}
2 changes: 1 addition & 1 deletion rules/apps/LibreTube.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "LibreTube",
"url": "https://github.com/libre-tube/LibreTube",
"extra_map": {
"null": "com.github.libretube"
"android_app_package": "com.github.libretube"
}
}
}
2 changes: 1 addition & 1 deletion rules/apps/LinkHub.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "LinkHub",
"url": "https://github.com/AmrDeveloper/LinkHub",
"extra_map": {
"null": "com.amrdeveloper.linkhub"
"android_app_package": "com.amrdeveloper.linkhub"
}
}
}
2 changes: 1 addition & 1 deletion rules/apps/LocalSend.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "Local Send",
"url": "https://github.com/localsend/localsend",
"extra_map": {
"null": "org.localsend.localsend_app"
"android_app_package": "org.localsend.localsend_app"
}
}
}
2 changes: 1 addition & 1 deletion rules/apps/MasterPassword.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "Master Password",
"url": "https://play.google.com/store/apps/details?id=de.devland.masterpassword",
"extra_map": {
"null": "de.devland.masterpassword"
"android_app_package": "de.devland.masterpassword"
}
}
}
2 changes: 1 addition & 1 deletion rules/apps/NewPipexSponsorBlock(javulticat).json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "NewPipe x SponsorBlock (javulticat)",
"url": "https://github.com/javulticat/newpipe",
"extra_map": {
"null": "com.javulticat.newpipe"
"android_app_package": "com.javulticat.newpipe"
}
}
}
Loading

0 comments on commit b386ae9

Please sign in to comment.