mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Fixed app name
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ class Patches(object):
|
|||||||
"com.candylink.openvpn": "candyvpn",
|
"com.candylink.openvpn": "candyvpn",
|
||||||
"com.sony.songpal.mdr": "sonyheadphone",
|
"com.sony.songpal.mdr": "sonyheadphone",
|
||||||
"com.dci.dev.androidtwelvewidgets": "androidtwelvewidgets",
|
"com.dci.dev.androidtwelvewidgets": "androidtwelvewidgets",
|
||||||
"io.yuka.android": "io.yuka.android",
|
"io.yuka.android": "yuka",
|
||||||
}
|
}
|
||||||
revanced_app_ids = {
|
revanced_app_ids = {
|
||||||
key: (value, "_" + value) for key, value in _revanced_app_ids.items()
|
key: (value, "_" + value) for key, value in _revanced_app_ids.items()
|
||||||
|
|||||||
Reference in New Issue
Block a user