Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to automatically pick up the latest apktool.jar version #3683

Merged

Conversation

codebymikey
Copy link
Contributor

Similar to the work done on #2120, adding the ability to automatically pick up the latest apktool version for the user.

If the script finds an apktool.jar it's selected automatically, otherwise it looks for jar versions available in its directory with the name format apktool_<version>.jar and picks the latest accordingly.

@iBotPeaches
Copy link
Owner

Is this a pattern someone started somewhere in some tool/guide that caused a lot of people to collect the versions in this manner?

@codebymikey
Copy link
Contributor Author

No, I think it's mainly because that's the default naming convention of the jar files downloaded from the GitHub releases, so it's a lot more convenient saving them directly within the same directory as the wrapper and having it work that way without needing to rename it.

@iBotPeaches iBotPeaches merged commit 5974d74 into iBotPeaches:master Sep 6, 2024
2 checks passed
iBotPeaches added a commit that referenced this pull request Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants