diff options
Diffstat (limited to 'build_android.sh')
| -rwxr-xr-x | build_android.sh | 6 |
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 |
