From 87c1e58c3ad43bb03ad47949131e7a30e820fffd Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 31 May 2020 08:11:31 -0400 Subject: change key path --- build_android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_android.sh') 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" -- cgit v1.2.3