fix(cli): Android build --apk and --aab flags requiring a value (#14629)

Co-authored-by: Fabian-Lars <github@fabianlars.de>
This commit is contained in:
Lucas Fernandes Nogueira
2026-01-19 16:32:43 -03:00
committed by GitHub
parent e919a760ed
commit 62aa13a124
3 changed files with 18 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
---
"tauri-cli": patch:bug
"@tauri-apps/cli": patch:bug
---
Fix `android build`'s `--aab` and `--apk` flags requiring a value to be provided.