Skip to content

Commit

Permalink
chore: Remove unnecessary code for downloading signer file
Browse files Browse the repository at this point in the history
  • Loading branch information
ksg97031 committed Aug 7, 2024
1 parent cec93e0 commit c019882
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c019882

Please sign in to comment.