diff --git a/README.md b/README.md index cc9efc1..faf0440 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/updater.py b/updater.py index 6db80b0..cb7f76b 100644 --- a/updater.py +++ b/updater.py @@ -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__':