Added microg patch

This commit is contained in:
Nikhil Badyal
2023-07-14 22:26:20 +05:30
parent a0617da9a8
commit f364155897
6 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class DownloaderFactory(object):
patcher : Patcher
config : Config
"""
if app == "patches":
if app == "patches" or app == "microg":
return Github(patcher, config)
if app in config.apk_pure:
return ApkPure(patcher, config)