mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Added winrar
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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/",
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user