mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 01:15:35 +00:00
cmd/gogio: [android] add support for AAB
That patch makes possible to generate Android App Bundle (`.aab`) instead of APK. In order to generate AAB use `-o outputfile.aab`. Signed-off-by: Inkeliz <inkeliz@inkeliz.com>
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ its deletion.
|
||||
|
||||
The -x flag will print all the external commands executed by the gogio tool.
|
||||
|
||||
The -signkey flag specifies the path of the keystore, used for signing Android apk files.
|
||||
The -signkey flag specifies the path of the keystore, used for signing Android apk/aab files.
|
||||
|
||||
The -signpass flag specifies the password of the keystore, ignored if -signkey is not provided.
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user