New app hex-editor

This commit is contained in:
Nikhil Badyal
2022-11-26 14:17:20 +05:30
parent 056541662f
commit 17aaae6f0e
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -23,6 +23,7 @@ class Patches(object):
"com.ticktick.task": ("ticktick", "_ticktick"),
"tv.twitch.android.app": ("twitch", "_twitch"),
"com.garzotto.pflotsh.ecmwf_a": ("pflotsh-ecmwf", "_pflotsh"),
"com.myprog.hexedit": ("hex-editor", "_hexeditor"),
}
revanced_extended_app_ids = {
"com.google.android.youtube": ("youtube", "_yt"),
@@ -128,6 +129,7 @@ class Patches(object):
"ticktick": "_ticktick",
"twitch": "_twitch",
"pflotsh-ecmwf": "_pflotsh",
"hex-editor": "_hexeditor",
}
if not (app_name := app_names.get(app)):
raise AppNotFound(app)