1
0

android build: update README to newer build.sh syntax

This commit is contained in:
SomberNight
2022-03-26 03:21:03 +01:00
parent 859bd15356
commit c93582f661
2 changed files with 6 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ elif [[ "$3" == "release-unsigned" ]] ; then
# do release build, but do not sign the APKs.
TARGET="release"
elif [[ "$3" == "debug" ]] ; then
# do debug build; the default.
# do debug build.
TARGET="apk"
export P4A_DEBUG_KEYSTORE="$CONTRIB_ANDROID"/android_debug.keystore
export P4A_DEBUG_KEYSTORE_PASSWD=unsafepassword