From ca675c6820088f593e6ace03060801545651b71f Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 1 Jul 2023 13:19:38 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removed=20citra=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++------- src/config.py | 2 -- src/patches.py | 2 -- src/utils.py | 1 - 4 files changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 830c3f6..97678c7 100644 --- a/README.md +++ b/README.md @@ -137,13 +137,12 @@ By default, script build the version as recommended by Revanced team. 10. [ticktick](https://www.apkmirror.com/apk/appest-inc/ticktick-to-do-list-with-reminder-day-planner/) 11. [twitch](https://www.apkmirror.com/apk/twitch-interactive-inc/twitch/) 12. [hex-editor](https://m.apkpure.com/hex-editor/com.myprog.hexedit) - 13. [citra](https://www.apkmirror.com/apk/citra-emulator/citra-emulator/) - 14. [windy](https://www.apkmirror.com/apk/windy-weather-world-inc/windy-wind-weather-forecast/) - 15. [my-expenses](https://my-expenses.en.uptodown.com/android) - 16. [backdrops](https://backdrops.en.uptodown.com/android) - 17. [expensemanager](https://apksos.com/app/com.ithebk.expensemanager) - 18. [tasker](https://www.apkmirror.com/apk/joaomgcd/tasker-crafty-apps-eu/) - 19. [irplus](https://irplus.en.uptodown.com/android) + 13. [windy](https://www.apkmirror.com/apk/windy-weather-world-inc/windy-wind-weather-forecast/) + 14. [my-expenses](https://my-expenses.en.uptodown.com/android) + 15. [backdrops](https://backdrops.en.uptodown.com/android) + 16. [expensemanager](https://apksos.com/app/com.ithebk.expensemanager) + 17. [tasker](https://www.apkmirror.com/apk/joaomgcd/tasker-crafty-apps-eu/) + 18. [irplus](https://irplus.en.uptodown.com/android)
Please verify the source of original APKs yourself with links provided. I'm not responsible for any damaged caused. If you know any better/safe source to download clean. Please raise a PR. diff --git a/src/config.py b/src/config.py index 188c2a5..87caaf4 100644 --- a/src/config.py +++ b/src/config.py @@ -60,7 +60,6 @@ class RevancedConfig(object): "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/", "icon_pack_studio": f"{self.apk_mirror}/apk/smart-launcher-team/icon-pack-studio/", "twitch": f"{self.apk_mirror}/apk/twitch-interactive-inc/twitch/", "windy": f"{self.apk_mirror}/apk/windy-weather-world-inc/windy-wind-weather-forecast/", @@ -74,7 +73,6 @@ class RevancedConfig(object): "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('citra')}citra-emulator", "icon_pack_studio": f"{self.apk_mirror_urls.get('icon_pack_studio')}icon-pack-studio", "twitch": f"{self.apk_mirror_urls.get('twitch')}twitch", "windy": f"{self.apk_mirror_urls.get('windy')}windy-wind-weather-forecast", diff --git a/src/patches.py b/src/patches.py index 681436b..92ac894 100644 --- a/src/patches.py +++ b/src/patches.py @@ -23,7 +23,6 @@ class Patches(object): "com.ticktick.task": ("ticktick", "_ticktick"), "tv.twitch.android.app": ("twitch", "_twitch"), "com.myprog.hexedit": ("hex-editor", "_hexeditor"), - "org.citra.citra_emu": ("citra", "_citra"), "co.windyapp.android": ("windy", "_windy"), "org.totschnig.myexpenses": ("my-expenses", "_expenses"), "com.backdrops.wallpapers": ("backdrops", "_backdrops"), @@ -137,7 +136,6 @@ class Patches(object): "ticktick": "_ticktick", "twitch": "_twitch", "hex-editor": "_hexeditor", - "citra": "_citra", "windy": "_windy", "my-expenses": "_expenses", "backdrops": "_backdrops", diff --git a/src/utils.py b/src/utils.py index 5bd2c01..1875ef5 100644 --- a/src/utils.py +++ b/src/utils.py @@ -20,7 +20,6 @@ all_builds = [ "ticktick", "twitch", "hex-editor", - "citra", "windy", "my-expenses", "backdrops",