From a0617da9a820a10015c2790a06f4503454520f62 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Fri, 14 Jul 2023 14:45:18 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Improved=20dry=20run=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/patches.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/patches.py b/src/patches.py index 391826e..7bf2784 100644 --- a/src/patches.py +++ b/src/patches.py @@ -144,6 +144,8 @@ class Patches(object): self.config = config self.check_java() self.fetch_patches() + if self.config.dry_run: + self.config.apps = list(self._revanced_app_ids.values()) def get(self, app: str) -> Tuple[List[Dict[str, str]], str]: """Get all patches for the given app.