New app windy

This commit is contained in:
Nikhil Badyal
2022-11-26 21:46:26 +05:30
parent 37149b81d9
commit ac0ba8ebe1
3 changed files with 10 additions and 1 deletions
+2
View File
@@ -26,6 +26,7 @@ class Patches(object):
"com.myprog.hexedit": ("hex-editor", "_hexeditor"),
"org.citra.citra_emu": ("citra", "_citra"),
"com.crunchyroll.crunchyroid": ("citra", "_crunchyroll"),
"co.windyapp.android": ("windy", "_windy"),
}
revanced_extended_app_ids = {
"com.google.android.youtube": ("youtube", "_yt"),
@@ -134,6 +135,7 @@ class Patches(object):
"hex-editor": "_hexeditor",
"citra": "_citra",
"crunchyroll": "_crunchyroll",
"windy": "_windy",
}
if not (app_name := app_names.get(app)):
raise AppNotFound(app)