@@ -55,9 +55,9 @@ if [[ "$3" == "release" ]] ; then
|
||||
TARGET="release"
|
||||
export P4A_RELEASE_KEYSTORE=~/.keystore
|
||||
export P4A_RELEASE_KEYALIAS=electrum
|
||||
if [ ! $P4A_RELEASE_KEYSTORE_PASSWD ]; then
|
||||
echo "p4a password not defined"
|
||||
exit 1
|
||||
if [ -z "$P4A_RELEASE_KEYSTORE_PASSWD" ] || [ -z "$P4A_RELEASE_KEYALIAS_PASSWD" ]; then
|
||||
echo "p4a password not defined"
|
||||
exit 1
|
||||
fi
|
||||
elif [[ "$3" == "release-unsigned" ]] ; then
|
||||
# do release build, but do not sign the APKs.
|
||||
|
||||
Reference in New Issue
Block a user