summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild_android.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_android.sh b/build_android.sh
index efd0cc5f..be373150 100755
--- a/build_android.sh
+++ b/build_android.sh
@@ -17,7 +17,7 @@ build_release() {
echo "*********** Building Release Build **************"
echo "----> Only building native. Not building crosswalk anymore due to compatibility issues <----------"
# App signining credentials in this file
- NINJAKEYSTORE=~/Desktop/zmNinja.keystore
+ NINJAKEYSTORE=~/personal/zmninja_keys/zmNinja.keystore
if [ ! -f "$NINJAKEYSTORE" ]; then
echo "zmNinja keystore not found"