diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-31 08:11:31 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-31 08:11:31 -0400 |
| commit | 87c1e58c3ad43bb03ad47949131e7a30e820fffd (patch) | |
| tree | 654a037345c87700faadf6e4d5fa21a1afe000cf | |
| parent | 0f93a09f890bca21be1079049c60ab9ac3583d45 (diff) | |
change key path
| -rwxr-xr-x | build_android.sh | 2 |
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" |
