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