mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ New app citra-emulator
This commit is contained in:
@@ -51,6 +51,7 @@ class RevancedConfig:
|
||||
"youtube": f"{self.apk_mirror}/apk/google-inc/youtube/",
|
||||
"youtube_music": f"{self.apk_mirror}/apk/google-inc/youtube-music/",
|
||||
"ticktick": f"{self.apk_mirror}/apk/appest-inc/ticktick-to-do-list-with-reminder-day-planner/",
|
||||
"citra": f"{self.apk_mirror}/apk/citra-emulator/citra-emulator/",
|
||||
}
|
||||
self.apk_mirror_version_urls = {
|
||||
"reddit": f"{self.apk_mirror_urls.get('reddit')}reddit",
|
||||
@@ -60,6 +61,7 @@ class RevancedConfig:
|
||||
"youtube": f"{self.apk_mirror_urls.get('youtube')}youtube",
|
||||
"youtube_music": f"{self.apk_mirror_urls.get('youtube_music')}youtube-music",
|
||||
"ticktick": f"{self.apk_mirror_urls.get('ticktick')}ticktick-to-do-list-with-reminder-day-planner",
|
||||
"citra": f"{self.apk_mirror_urls.get('ticktick')}citra-emulator",
|
||||
}
|
||||
self.archs_to_build = env.list("ARCHS_TO_BUILD", [])
|
||||
self.alternative_youtube_patches = env.list("ALTERNATIVE_YOUTUBE_PATCHES", [])
|
||||
|
||||
@@ -24,6 +24,7 @@ class Patches(object):
|
||||
"tv.twitch.android.app": ("twitch", "_twitch"),
|
||||
"com.garzotto.pflotsh.ecmwf_a": ("pflotsh-ecmwf", "_pflotsh"),
|
||||
"com.myprog.hexedit": ("hex-editor", "_hexeditor"),
|
||||
"org.citra.citra_emu": ("citra", "_citra"),
|
||||
}
|
||||
revanced_extended_app_ids = {
|
||||
"com.google.android.youtube": ("youtube", "_yt"),
|
||||
@@ -130,6 +131,7 @@ class Patches(object):
|
||||
"twitch": "_twitch",
|
||||
"pflotsh-ecmwf": "_pflotsh",
|
||||
"hex-editor": "_hexeditor",
|
||||
"citra": "_citra",
|
||||
}
|
||||
if not (app_name := app_names.get(app)):
|
||||
raise AppNotFound(app)
|
||||
|
||||
Reference in New Issue
Block a user