Fix keytool not found on MacOSX (when using Java from Apple)

Fix keytool parsing error due to localisation keytool -list command.
Always fallback to english so the parsing makes sense.
This commit is contained in:
Cyril Russo 2018-08-17 15:32:29 +02:00
parent 05be4bc814
commit 4f21045cad
2 changed files with 6 additions and 2 deletions

View file

@ -118,6 +118,9 @@ The repository of older versions of applications from the main demo repository.
# keystore.
# repo_pubkey = "..."
# The keytool command to run to get Java's keytool version
keytool = "keytool"
# The keystore to use for release keys when building. This needs to be
# somewhere safe and secure, and backed up! The best way to manage these
# sensitive keys is to use a "smartcard" (aka Hardware Security Module). To