mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Fixed -r patching
This commit is contained in:
@@ -274,11 +274,11 @@ class ArgParser:
|
||||
logger.debug("Using experimental features")
|
||||
args.append("--experimental")
|
||||
if app in ("reddit", "tiktok"):
|
||||
args.append("-r")
|
||||
args.remove("-m")
|
||||
args.remove("revanced-integrations.apk")
|
||||
|
||||
args[1::2] = map(lambda i: temp_folder.joinpath(i), args[1::2])
|
||||
if app in ("reddit", "tiktok"):
|
||||
args.append("-r")
|
||||
|
||||
if cls._PATCHES:
|
||||
args.extend(cls._PATCHES)
|
||||
|
||||
Reference in New Issue
Block a user