summaryrefslogtreecommitdiff
path: root/build_android.sh
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-10-12 16:35:30 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-10-12 16:35:30 -0400
commit6fd4747bd5f9cc164d4a87d50cfa64da1b2373a5 (patch)
tree566c773c4eb7e9090caadd4a9fe41cb8556fda60 /build_android.sh
parenta110f837ff6e6fe3150d01f499715a9e26df3da8 (diff)
nits and ver
Diffstat (limited to 'build_android.sh')
-rwxr-xr-xbuild_android.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_android.sh b/build_android.sh
index c06b1d45..2f645912 100755
--- a/build_android.sh
+++ b/build_android.sh
@@ -25,7 +25,7 @@ build_release() {
fi
if [[ -z "${ANDROID_SDK_ROOT}" ]]; then
- echo "ANDROID_SDK_ROOT must be set for release build"
+ echo "ANDROID_SDK_ROOT must be set for the build process"
exit 1
fi
@@ -64,9 +64,9 @@ build_release() {
cd release_files/
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ../platforms/android/zmNinja.keystore android-release-unsigned.apk zmNinja
- ret=$?
+ ret=$?
if [ $ret -ne 0 ]; then
- echo "Unable to sign jar, please fix the error above"
+ echo "Unable to sign jar, please fix the error(s) above"
exit 1
fi