1
0
Fork 0
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:
Sebastiaan Speck 2025-01-02 22:10:23 +01:00 committed by GitHub
parent 1376970b35
commit 43f6ce425d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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 생성:

View file

@ -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: