Browse Source

Update building.md (#1922)

added missing `sign` argument for apksigner
master
Juho Hiltunen 1 year ago
parent
commit
241e050092
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/building.md

+ 1
- 1
docs/building.md View File

@@ -306,7 +306,7 @@ this by:
android/build/outputs/apk/release/espeak-release-zipalign.apk
3. Sign the package using your certificate:

$ apksigner --ks [YOUR_CERTIFICATE] --ks-key-alias [ALIAS] \
$ apksigner sign --ks [YOUR_CERTIFICATE] --ks-key-alias [ALIAS] \
--out android/build/outputs/apk/release/espeak-release-signed.apk \
android/build/outputs/apk/release/espeak-release-zipalign.apk


Loading…
Cancel
Save