ajitsing/apkToJava

Setup completes without installing the required softwares, when wget is not installed

ajitsing opened this issue · 1 comments

when you don't have wget installed on your machine and run apkToJava setup it gives following output:

Initializing setup!!
Installing jadx..
sh: wget: command not found
Done!
Setup done :)

Here it did not install jadx because the wget command was not present, but still it shows setup is complete.

Got Fixed in the latest version(1.3)