docs: add "--no-apk/-na" into cli-params docs

This commit is contained in:
Connor Tumbleson 2024-10-03 07:12:38 -04:00
parent 21e63506a5
commit 851f981617
No known key found for this signature in database
GPG Key ID: 864CB5B426DA2EEB

View File

@ -153,6 +153,12 @@ _Options used for building commands (`apktool b folder {options}`)_
- Adds a generic Network Security Configuration file in the apk.
```
-na, --no-apk
```
- Disables repacking of the built files into a new apk.
```
-nc, --no-crunch
```