From c019882e84de64eca537bef7e6668219949ee6df Mon Sep 17 00:00:00 2001 From: ksg Date: Wed, 7 Aug 2024 23:30:44 +0900 Subject: [PATCH] chore: Remove unnecessary code for downloading signer file --- scripts/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/cli.py b/scripts/cli.py index 27f0c05..d8007bf 100644 --- a/scripts/cli.py +++ b/scripts/cli.py @@ -93,8 +93,6 @@ def download_signer(): logger.debug("Downloading the %s file for signing", file) return signer_github.download_signer_jar(assets, signer_path) - raise FileNotFoundError(f"'{file}' not found in the github releases") - def insert_loadlibary(decompiled_path, main_activity, load_library_name): """Inject loadlibary code to main activity