android: pass keystore password as argument to make_apk.
export does not work because it runs in a container. also, check password using keytool
This commit is contained in:
@@ -53,6 +53,8 @@ fi
|
||||
if [[ "$3" == "release" ]] ; then
|
||||
# do release build, and sign the APKs.
|
||||
TARGET="release"
|
||||
export P4A_RELEASE_KEYSTORE_PASSWD="$4"
|
||||
export P4A_RELEASE_KEYALIAS_PASSWD="$4"
|
||||
export P4A_RELEASE_KEYSTORE=~/.keystore
|
||||
export P4A_RELEASE_KEYALIAS=electrum
|
||||
if [ -z "$P4A_RELEASE_KEYSTORE_PASSWD" ] || [ -z "$P4A_RELEASE_KEYALIAS_PASSWD" ]; then
|
||||
|
||||
Reference in New Issue
Block a user