Added apktool
This commit is contained in:
parent
d0b19cb50c
commit
9da91000dc
2 changed files with 7 additions and 0 deletions
|
@ -168,6 +168,7 @@ softwareGroups:
|
||||||
- mage-ai
|
- mage-ai
|
||||||
- shell-gpt
|
- shell-gpt
|
||||||
Android: &Android
|
Android: &Android
|
||||||
|
- apktool
|
||||||
- scrcpy
|
- scrcpy
|
||||||
Android-Desktop: &Android-Desktop
|
Android-Desktop: &Android-Desktop
|
||||||
- android-studio
|
- android-studio
|
||||||
|
|
|
@ -4521,6 +4521,12 @@ softwarePackages:
|
||||||
dnf: jq
|
dnf: jq
|
||||||
github: github.com/stedolan/jq
|
github: github.com/stedolan/jq
|
||||||
pkg: jq
|
pkg: jq
|
||||||
|
apktool:
|
||||||
|
_bin: apktool
|
||||||
|
_github: https://github.com/iBotPeaches/Apktool
|
||||||
|
_name: APKTool
|
||||||
|
brew: apktool
|
||||||
|
choco: apktool
|
||||||
jqp:
|
jqp:
|
||||||
_bin: jqp
|
_bin: jqp
|
||||||
_desc: A TUI playground to experiment with jq
|
_desc: A TUI playground to experiment with jq
|
||||||
|
|
Loading…
Reference in a new issue