🎨 Added winrar

This commit is contained in:
Nikhil Badyal
2024-11-13 11:43:26 +05:30
parent 9488339d4c
commit f986865969
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -219,6 +219,7 @@ You can use any of the following methods to build.
- [amazon](https://www.apkmirror.com/apk/amazon-mobile-llc/amazon-shopping/)
- [bandcamp](https://www.apkmirror.com/apk/bandcamp-inc/bandcamp/)
- [magazines](https://www.apkmirror.com/apk/bandcamp-inc/bandcamp/)
- [winrar](https://www.apkmirror.com/apk/rarlab-published-by-win-rar-gmbh/rar/)
<br>`**` - You can also patch any other app which is **not** supported officially.To do so, you need to provide
few more inputs to the tool which are mentioned below. These config will override the sources config from the tool.
+1
View File
@@ -86,4 +86,5 @@ apk_sources = {
"amazon": f"{APK_MIRROR_BASE_APK_URL}/amazon-mobile-llc/amazon-shopping/",
"bandcamp": f"{APK_MIRROR_BASE_APK_URL}/bandcamp-inc/bandcamp/",
"magazines": f"{APK_MIRROR_BASE_APK_URL}/google-inc/google-news/",
"winrar": f"{APK_MIRROR_BASE_APK_URL}/rarlab-published-by-win-rar-gmbh/rar/",
}
+1
View File
@@ -78,6 +78,7 @@ class Patches(object):
"com.amazon.mShop.android.shopping": "amazon",
"com.bandcamp.android": "bandcamp",
"com.google.android.apps.magazines": "magazines",
"com.rarlab.rar": "winrar",
}
@staticmethod