summaryrefslogtreecommitdiff
path: root/build_android.sh
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-05-31 08:11:31 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-05-31 08:11:31 -0400
commit87c1e58c3ad43bb03ad47949131e7a30e820fffd (patch)
tree654a037345c87700faadf6e4d5fa21a1afe000cf /build_android.sh
parent0f93a09f890bca21be1079049c60ab9ac3583d45 (diff)
change key path
Diffstat (limited to 'build_android.sh')
-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"