mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
flutter: fix typo (#5020)
Platforms need to be divided only by `,` not space
This commit is contained in:
parent
37b7e9d13e
commit
e5a6af0299
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@
|
|||
|
||||
- Build a release APK targeting most modern smartphones:
|
||||
|
||||
`flutter build apk --target-platform {{android-arm}} {{android-arm64}}`
|
||||
`flutter build apk --target-platform {{android-arm}},{{android-arm64}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue