mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Save patch resource version
This commit is contained in:
committed by
Nikhil Badyal
parent
86c7ea0e12
commit
0d84842ee4
+2
-1
@@ -116,7 +116,8 @@ class Patches(object):
|
||||
"""
|
||||
self.patches_dict[app.app_name] = []
|
||||
patch_loader = PatchLoader()
|
||||
patches = patch_loader.load_patches(f'{config.temp_folder}/{app.resource["patches_json"]}')
|
||||
patches_file = app.resource["patches_json"]["file_name"]
|
||||
patches = patch_loader.load_patches(f"{config.temp_folder}/{patches_file}")
|
||||
|
||||
for patch in patches:
|
||||
if not patch["compatiblePackages"]:
|
||||
|
||||
Reference in New Issue
Block a user