Skip to content

Commit

Permalink
update updater
Browse files Browse the repository at this point in the history
  • Loading branch information
tp7309 committed May 21, 2023
1 parent d4f9f1f commit 1cd9483
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ echo $showjardir >> ~/.bash_profile && source ~/.bash_profile
# Linux
echo $showjardir >> ~/.bashrc && source ~/.bashrc
```
then you can execute command for decompile `*.apk/*.aar/*.dex/*.jar` anywhere, GUI will be automatically opened.
then you can execute command for decompile `*.apk/*.aar/*.dex/*.jar` anywhere, GUI will be opened automatically.
```bash
showjar test.apk
```
Expand Down
8 changes: 4 additions & 4 deletions updater.py
Expand Up @@ -292,11 +292,11 @@ def initEnv():

def main():
initEnv()
# enjarify_updater()
# dex2jar_updater()
# jadx_updater()
enjarify_updater()
dex2jar_updater()
jadx_updater()
apktool_updater()
# fernflower_updater()
fernflower_updater()


if __name__ == '__main__':
Expand Down

0 comments on commit 1cd9483

Please sign in to comment.