Open xfiftyone opened 8 months ago
There is an error when trying to retrieve the version number of apktool on macOS because the grep command does not have the -P parameter. Using sed to handle the issue seems to work fine.
-P
It can be executed normally on Ubuntu as well.
How about using GNU grep?
There is an error when trying to retrieve the version number of apktool on macOS because the grep command does not have the
-P
parameter. Using sed to handle the issue seems to work fine.It can be executed normally on Ubuntu as well.