mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 02:15:30 +02:00
bundletool: fix typo (#15410)
This commit is contained in:
parent
1376970b35
commit
43f6ce425d
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
- 키스토어 비밀번호를 제공하는 애플리케이션 번들에서 APK를 생성:
|
||||
|
||||
`bundletool build-apks --bundle {{경로/대상/bundle.aab}} --ks {{경로/대상/key.keystore}} --ks-key-alias {{key_alias}} –ks-pass {{pass:the_password}} --output {{경로/대상/file.apks}}`
|
||||
`bundletool build-apks --bundle {{경로/대상/bundle.aab}} --ks {{경로/대상/key.keystore}} --ks-key-alias {{key_alias}} --ks-pass {{pass:the_password}} --output {{경로/대상/file.apks}}`
|
||||
|
||||
- 보편적인 사용을 위해 단 하나의 단일 APK를 포함하는 APK 생성:
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
- Generate APKs from an application bundle giving the keystore password:
|
||||
|
||||
`bundletool build-apks --bundle {{path/to/bundle.aab}} --ks {{path/to/key.keystore}} --ks-key-alias {{key_alias}} –ks-pass {{pass:the_password}} --output {{path/to/file.apks}}`
|
||||
`bundletool build-apks --bundle {{path/to/bundle.aab}} --ks {{path/to/key.keystore}} --ks-key-alias {{key_alias}} --ks-pass {{pass:the_password}} --output {{path/to/file.apks}}`
|
||||
|
||||
- Generate APKs including only one single APK for universal usage:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue