mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Added ability for custom version revanced
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
from atexit import register
|
||||
@@ -288,6 +289,9 @@ def main() -> None:
|
||||
arg_parser = ArgParser
|
||||
logger.debug("Trying to build %s" % app)
|
||||
app_patches, version = patches.get(app=app)
|
||||
if os.getenv(f"{app}_VERSION".upper()):
|
||||
print("here")
|
||||
version = os.getenv(f"{app}_VERSION".upper())
|
||||
if app == "reddit" or app == "twitter":
|
||||
downloader.apkmirror_reddit_twitter(app, version)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user